File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name     = " ffmpeg-next" 
3- version  = " 6.1.0 " 
3+ version  = " 6.1.1 " 
44build    = " build.rs" 
55
66authors  = [
" meh. <[email protected] >" , 
" Zhiming Wang <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -414,8 +414,6 @@ pub enum Pixel {
414414    #[ cfg( feature = "ffmpeg_6_1" ) ]  
415415    GBRAP14LE , 
416416
417-     #[ cfg( feature = "rpi" ) ]  
418-     RPI , 
419417    #[ cfg( feature = "rpi" ) ]  
420418    SAND128 , 
421419    #[ cfg( feature = "rpi" ) ]  
@@ -822,8 +820,6 @@ impl From<AVPixelFormat> for Pixel {
822820            #[ cfg( feature = "ffmpeg_6_1" ) ]  
823821            AV_PIX_FMT_GBRAP14LE  => Pixel :: GBRAP14LE , 
824822
825-             #[ cfg( feature = "rpi" ) ]  
826-             AV_PIX_FMT_RPI  => Pixel :: RPI , 
827823            #[ cfg( feature = "rpi" ) ]  
828824            AV_PIX_FMT_SAND128  => Pixel :: SAND128 , 
829825            #[ cfg( feature = "rpi" ) ]  
@@ -1248,8 +1244,6 @@ impl From<Pixel> for AVPixelFormat {
12481244            #[ cfg( feature = "ffmpeg_6_1" ) ]  
12491245            Pixel :: GBRAP14LE  => AV_PIX_FMT_GBRAP14LE , 
12501246
1251-             #[ cfg( feature = "rpi" ) ]  
1252-             Pixel :: RPI  => AV_PIX_FMT_RPI , 
12531247            #[ cfg( feature = "rpi" ) ]  
12541248            Pixel :: SAND128  => AV_PIX_FMT_SAND128 , 
12551249            #[ cfg( feature = "rpi" ) ]  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments