You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Add additional long names for the Sorenson Vector Quantizer 1 decoder
and encoder. Originally committed as revision 20315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -838,5 +838,5 @@ AVCodec svq1_decoder = { | ||||
|     CODEC_CAP_DR1, | ||||
|     .flush= ff_mpeg_flush, | ||||
|     .pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV410P, PIX_FMT_NONE}, | ||||
|     .long_name= NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 1"), | ||||
|     .long_name= NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 1 / Sorenson Video 1 / SVQ1"), | ||||
| }; | ||||
|   | ||||
| @@ -590,5 +590,5 @@ AVCodec svq1_encoder = { | ||||
|     svq1_encode_frame, | ||||
|     svq1_encode_end, | ||||
|     .pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV410P, PIX_FMT_NONE}, | ||||
|     .long_name= NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 1"), | ||||
|     .long_name= NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 1 / Sorenson Video 1 / SVQ1"), | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user