[vlc-devel] commit: Kostya RV30 code is merged in FFmpeg. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Dec 21 16:31:24 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 21 15:59:56 2008 +0100| [3fea76f5fe2709b3787ce9bb820a07e3af240135] | committer: Jean-Baptiste Kempf
Kostya RV30 code is merged in FFmpeg.
He needs more samples, so if you have more, please share to FFmpeg.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3fea76f5fe2709b3787ce9bb820a07e3af240135
---
modules/codec/avcodec/fourcc.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 2d3cb8c..3886875 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -617,6 +617,12 @@ static const struct
{ VLC_FOURCC('r','v','2','0'), CODEC_ID_RV20,
VIDEO_ES, "Real Video 2.0" },
#endif
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 8, 0 )
+ { VLC_FOURCC('R','V','3','0'), CODEC_ID_RV30,
+ VIDEO_ES, "Real Video 3.0" },
+ { VLC_FOURCC('r','v','3','0'), CODEC_ID_RV30,
+ VIDEO_ES, "Real Video 3.0" },
+#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 5, 0 )
{ VLC_FOURCC('R','V','4','0'), CODEC_ID_RV40,
VIDEO_ES, "Real Video 4.0" },
More information about the vlc-devel
mailing list