[FFmpeg-devel] [PATCH V3 2/2] lavf/vc1test: add rcv to vc1test demuxer extensions

Jun Zhao mypopydev at gmail.com
Sun Oct 14 01:53:52 EEST 2018


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

Signed-off-by: Jun Zhao <jun.zhao at intel.com>
---
 libavformat/vc1test.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c
index e029ff4..39b7716 100644
--- a/libavformat/vc1test.c
+++ b/libavformat/vc1test.c
@@ -121,5 +121,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,
 };
-- 
1.7.1



More information about the ffmpeg-devel mailing list