Commit 050e20ae authored by Justin Ruggles's avatar Justin Ruggles

avformat: update AVInputFormat allowed flags

parent 0041cdba
...@@ -406,7 +406,9 @@ typedef struct AVInputFormat { ...@@ -406,7 +406,9 @@ typedef struct AVInputFormat {
int64_t *pos, int64_t pos_limit); 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; int flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment