Commit 18fce29d authored by Jun Zhao's avatar Jun Zhao Committed by Jun Zhao

lavf/vc1test: add rcv to vc1test demuxer extensions

rcv is commonly used as extension for vc1 test stream files.
Signed-off-by: 's avatarJun Zhao <jun.zhao@intel.com>
parent cc82402e
......@@ -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,
};
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