[FFmpeg-devel] [PATCH] rl2 video fourcc for riff.c
compn
tempn
Mon May 12 03:24:34 CEST 2008
compn <tempn <at> twmi.rr.com> writes:
>
> this patch allows mplayer to play fate-suite/rl2/ with this codecs.conf entry:
forgot patch:
Index: libavformat/riff.c
===================================================================
--- libavformat/riff.c (revision 13118)
+++ libavformat/riff.c (working copy)
@@ -160,6 +160,7 @@
{ CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
{ CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') },
{ CODEC_ID_CLJR, MKTAG('c', 'l', 'j', 'r') },
+ { CODEC_ID_RL2, MKTAG('r', 'l', '2', 'v') },
{ CODEC_ID_NONE, 0 }
};
More information about the ffmpeg-devel
mailing list