[FFmpeg-devel] [PATCH V4 2/2] lavf/vc1test: add rcv to vc1test demuxer extensions
Jun Zhao
mypopydev at gmail.com
Mon Oct 15 17:04:00 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 2427660..8aaad93 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,
};
--
1.7.1
More information about the ffmpeg-devel
mailing list