[Ffmpeg-cvslog] r7541 - trunk/libavformat/mov.c
bcoudurier
subversion
Tue Jan 16 01:40:06 CET 2007
Author: bcoudurier
Date: Tue Jan 16 01:40:06 2007
New Revision: 7541
Modified:
trunk/libavformat/mov.c
Log:
add msrle fourcc, quicktime_bmp.mov
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Tue Jan 16 01:40:06 2007
@@ -102,6 +102,7 @@
{ CODEC_ID_8BPS, MKTAG('8', 'B', 'P', 'S') }, /* Planar RGB (8BPS) */
{ CODEC_ID_SMC, MKTAG('s', 'm', 'c', ' ') }, /* Apple Graphics (SMC) */
{ CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */
+ { CODEC_ID_MSRLE, MKTAG('W', 'R', 'L', 'E') },
{ CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
{ CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */
{ CODEC_ID_MPEG2VIDEO, MKTAG('h', 'd', 'v', '2') }, /* MPEG2 produced by Sony HD camera */
More information about the ffmpeg-cvslog
mailing list