mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	riff: Support QT RLE Animation in avi ('rle ' FourCC)
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
		| @@ -350,6 +350,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { | ||||
|     { AV_CODEC_ID_FIC,          MKTAG('F', 'I', 'C', 'V') }, | ||||
|     { AV_CODEC_ID_PRORES,       MKTAG('A', 'P', 'C', 'N') }, | ||||
|     { AV_CODEC_ID_PRORES,       MKTAG('A', 'P', 'C', 'H') }, | ||||
|     { AV_CODEC_ID_QTRLE,        MKTAG('r', 'l', 'e', ' ') }, | ||||
|     { AV_CODEC_ID_NONE,         0 } | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vittorio Giovara
					Vittorio Giovara