[FFmpeg-cvslog] r25853 - trunk/libavformat/riff.c
cehoyos
subversion
Tue Nov 30 00:15:51 CET 2010
Author: cehoyos
Date: Tue Nov 30 00:15:51 2010
New Revision: 25853
Log:
Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).
Patch by Andrew Wason, rectalogic rectalogic com
Modified:
trunk/libavformat/riff.c
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c Mon Nov 29 21:03:14 2010 (r25852)
+++ trunk/libavformat/riff.c Tue Nov 30 00:15:51 2010 (r25853)
@@ -162,6 +162,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_RAWVIDEO, MKTAG('u', 'y', 'v', '1') },
{ CODEC_ID_RAWVIDEO, MKTAG('2', 'V', 'u', '1') },
{ CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') },
+ { CODEC_ID_RAWVIDEO, MKTAG('y', 'u', 'v', 's') },
{ CODEC_ID_RAWVIDEO, MKTAG('P', '4', '2', '2') },
{ CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', '1', '2') },
{ CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'V', 'Y') },
More information about the ffmpeg-cvslog
mailing list