[vlc-devel] commit: AvCodec: Re-enable RV13 decoding (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Jan 12 23:58:53 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 12 23:58:31 2010 +0100| [bf42155a81911c2c00295a86af1407cdd9ee619e] | committer: Jean-Baptiste Kempf 

AvCodec: Re-enable RV13 decoding

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf42155a81911c2c00295a86af1407cdd9ee619e
---

 modules/codec/avcodec/fourcc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index b14ef57..6f695b0 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -125,6 +125,7 @@ static const struct
 
     /* Real Video */
     { VLC_CODEC_RV10, CODEC_ID_RV10, VIDEO_ES },
+    { VLC_CODEC_RV13, CODEC_ID_RV10, VIDEO_ES },
     { VLC_CODEC_RV20, CODEC_ID_RV20, VIDEO_ES },
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 8, 0 )
     { VLC_CODEC_RV30, CODEC_ID_RV30, VIDEO_ES },




More information about the vlc-devel mailing list