Commit 3fea76f5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Kostya RV30 code is merged in FFmpeg.

He needs more samples, so if you have more, please share to FFmpeg.
parent 132b1af1
......@@ -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" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment