diff options
author | Peter Ross <pross@xvid.org> | 2024-11-03 10:53:15 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2024-11-03 10:53:15 +1100 |
commit | 33802e7c32376c33c61f62aa8052610db5f5c6f0 (patch) | |
tree | f508139105f3e6de171652fbd881048dafb36a29 /libavformat/rm.c | |
parent | ae8295417adff5d1db52fc5a23f3e4bf744fc3fe (diff) | |
download | ffmpeg-33802e7c32376c33c61f62aa8052610db5f5c6f0.tar.gz |
avcodec/rv60: RealVideo 6.0 decoder
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Peter Ross <pross@xvid.org>
Diffstat (limited to 'libavformat/rm.c')
-rw-r--r-- | libavformat/rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rm.c b/libavformat/rm.c index 52c7ccc1e8..a66c9b620e 100644 --- a/libavformat/rm.c +++ b/libavformat/rm.c @@ -34,6 +34,7 @@ const AVCodecTag ff_rm_codec_tags[] = { { AV_CODEC_ID_RV20, MKTAG('R','V','T','R') }, { AV_CODEC_ID_RV30, MKTAG('R','V','3','0') }, { AV_CODEC_ID_RV40, MKTAG('R','V','4','0') }, + { AV_CODEC_ID_RV60, MKTAG('R','V','6','0') }, { AV_CODEC_ID_AC3, MKTAG('d','n','e','t') }, { AV_CODEC_ID_RA_144, MKTAG('l','p','c','J') }, { AV_CODEC_ID_RA_288, MKTAG('2','8','_','8') }, |