mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Do not offer smvjpeg lowres capabilities, the decoder does not support it. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -194,7 +194,6 @@ AVCodec ff_smvjpeg_decoder = { | ||||
|     .init           = smvjpeg_decode_init, | ||||
|     .close          = smvjpeg_decode_end, | ||||
|     .decode         = smvjpeg_decode_frame, | ||||
|     .max_lowres     = 3, | ||||
|     .long_name      = NULL_IF_CONFIG_SMALL("SMV JPEG"), | ||||
|     .priv_class     = &smvjpegdec_class, | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer