[FFmpeg-cvslog] lavf/vc1test: add rcv to vc1test demuxer extensions

Jun Zhao git at videolan.org
Mon Oct 22 14:11:20 EEST 2018


ffmpeg | branch: master | Jun Zhao <mypopydev at gmail.com> | Fri Oct 12 21:31:09 2018 +0800| [18fce29d8f1ba73a736318519cd030946a9fec91] | committer: Jun Zhao

lavf/vc1test: add rcv to vc1test demuxer extensions

rcv is commonly used as extension for vc1 test stream files.

Signed-off-by: Jun Zhao <jun.zhao at intel.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18fce29d8f1ba73a736318519cd030946a9fec91
---

 libavformat/vc1test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c
index 64a45cd3a7..d44570988b 100644
--- a/libavformat/vc1test.c
+++ b/libavformat/vc1test.c
@@ -122,5 +122,6 @@ AVInputFormat ff_vc1t_demuxer = {
     .read_probe     = vc1t_probe,
     .read_header    = vc1t_read_header,
     .read_packet    = vc1t_read_packet,
+    .extensions     = "rcv",
     .flags          = AVFMT_GENERIC_INDEX,
 };



More information about the ffmpeg-cvslog mailing list