diff options
author | Marton Balint <cus@passwd.hu> | 2015-05-12 02:22:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-12 13:32:23 +0200 |
commit | 93cc5ca7ed14a9fa7e7ed3503743d95594466cd6 (patch) | |
tree | f3521c5cfffdbeb40ecda92365dbe8c1c4ec5a59 /libavformat/img2.h | |
parent | 37efad4e5b6631ad902e8ae3d19e850037d22efb (diff) | |
download | ffmpeg-93cc5ca7ed14a9fa7e7ed3503743d95594466cd6.tar.gz |
lavf/img2dec: add option to disable pattern matching
Signed-off-by: Marton Balint <cus@passwd.hu>
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/img2.h')
-rw-r--r-- | libavformat/img2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/img2.h b/libavformat/img2.h index e4bcb26da8..f6b9dd9220 100644 --- a/libavformat/img2.h +++ b/libavformat/img2.h @@ -33,7 +33,8 @@ enum PatternType { PT_GLOB_SEQUENCE, PT_GLOB, - PT_SEQUENCE + PT_SEQUENCE, + PT_NONE }; typedef struct VideoDemuxData { |