projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M stream
[ffmpeg.git]
/
libavformat
/
img2.h
diff --git
a/libavformat/img2.h
b/libavformat/img2.h
index
f6b9dd9
..
a9678d1
100644
(file)
--- a/
libavformat/img2.h
+++ b/
libavformat/img2.h
@@
-34,7
+34,8
@@
enum PatternType {
PT_GLOB_SEQUENCE,
PT_GLOB,
PT_SEQUENCE,
- PT_NONE
+ PT_NONE,
+ PT_DEFAULT
};
typedef struct VideoDemuxData {