[FFmpeg-devel] [PATCH V1 2/2] lavf/vc1test: Remove the extensions field.

Jun Zhao mypopydev at gmail.com
Fri Apr 12 14:20:52 EEST 2019


From: Jun Zhao <barryjzhao at tencent.com>

Now if extensions are defined, then no probe is done, so remove the
extensions in vc1test demuxer.

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

diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c
index 3c67793..b350232 100644
--- a/libavformat/vc1test.c
+++ b/libavformat/vc1test.c
@@ -122,6 +122,5 @@ 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