mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	riff: add SMV2 FourCC for H264
sample: http://samples.mplayerhq.hu/V-codecs/smv2.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		 Piotr Bandurski
					Piotr Bandurski
				
			
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			 Michael Niedermayer
						Michael Niedermayer
					
				
			
						parent
						
							2ce64413e2
						
					
				
				
					commit
					cc5c2ef09d
				
			| @@ -39,6 +39,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { | |||||||
|     { AV_CODEC_ID_H264,         MKTAG('x', '2', '6', '4') }, |     { AV_CODEC_ID_H264,         MKTAG('x', '2', '6', '4') }, | ||||||
|     { AV_CODEC_ID_H264,         MKTAG('a', 'v', 'c', '1') }, |     { AV_CODEC_ID_H264,         MKTAG('a', 'v', 'c', '1') }, | ||||||
|     { AV_CODEC_ID_H264,         MKTAG('D', 'A', 'V', 'C') }, |     { AV_CODEC_ID_H264,         MKTAG('D', 'A', 'V', 'C') }, | ||||||
|  |     { AV_CODEC_ID_H264,         MKTAG('S', 'M', 'V', '2') }, | ||||||
|     { AV_CODEC_ID_H264,         MKTAG('V', 'S', 'S', 'H') }, |     { AV_CODEC_ID_H264,         MKTAG('V', 'S', 'S', 'H') }, | ||||||
|     { AV_CODEC_ID_H264,         MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */ |     { AV_CODEC_ID_H264,         MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */ | ||||||
|     { AV_CODEC_ID_H263,         MKTAG('H', '2', '6', '3') }, |     { AV_CODEC_ID_H263,         MKTAG('H', '2', '6', '3') }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user