[FFmpeg-devel] [PATCH]Mark the rv20 encoder experimental

Carl Eugen Hoyos cehoyos
Sun Sep 26 17:44:12 CEST 2010


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > I tested a very old version of FFmpeg (r3740) and current svn with both 
> > RealPlayer and mplayer -vc -ffrv20, and afaict, our encoder was always buggy.
> > 
> > Ok to apply?
> 
> bug fixed, patch obsolete

So what about this one (inlined)?

Carl Eugen

Index: libavformat/rmenc.c
===================================================================
--- libavformat/rmenc.c (revision 25210)
+++ libavformat/rmenc.c (working copy)
@@ -464,7 +464,7 @@
     "rm,ra",
     sizeof(RMMuxContext),
     CODEC_ID_AC3,
-    CODEC_ID_RV10,
+    CODEC_ID_RV20,
     rm_write_header,
     rm_write_packet,
     rm_write_trailer,





More information about the ffmpeg-devel mailing list