summaryrefslogtreecommitdiff
path: root/libavformat/img2.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2015-05-12 02:22:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-12 13:32:23 +0200
commit93cc5ca7ed14a9fa7e7ed3503743d95594466cd6 (patch)
treef3521c5cfffdbeb40ecda92365dbe8c1c4ec5a59 /libavformat/img2.h
parent37efad4e5b6631ad902e8ae3d19e850037d22efb (diff)
downloadffmpeg-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.h3
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 {