avcodec/mjpegenc: the AMV encoder doesnt support yuv422
Fixes Ticket3883 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							parent
							
								
									808db3e687
								
							
						
					
					
						commit
						b227be34db
					
				@ -241,7 +241,7 @@ AVCodec ff_amv_encoder = {
 | 
			
		||||
    .encode2        = amv_encode_picture,
 | 
			
		||||
    .close          = ff_mpv_encode_end,
 | 
			
		||||
    .pix_fmts       = (const enum AVPixelFormat[]){
 | 
			
		||||
        AV_PIX_FMT_YUVJ420P, AV_PIX_FMT_YUVJ422P, AV_PIX_FMT_NONE
 | 
			
		||||
        AV_PIX_FMT_YUVJ420P, AV_PIX_FMT_NONE
 | 
			
		||||
    },
 | 
			
		||||
};
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user