summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-10-02 11:29:20 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2011-10-13 16:31:15 -0400
commit050e20aee653bf17c0e8d0317b50cfe0a7142366 (patch)
tree52c79e20aedcec3403b16f85febd3f4d481ab937 /libavformat
parent0041cdba98d5b636a8d912352dd3d8ca72bba4ce (diff)
avformat: update AVInputFormat allowed flags
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cc5457e8a2..7b350f15cd 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -406,7 +406,9 @@ typedef struct AVInputFormat {
int64_t *pos, int64_t pos_limit);
/**
- * Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER.
+ * Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS,
+ * AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH,
+ * AVFMT_NOGENSEARCH.
*/
int flags;