avformat: update AVInputFormat allowed flags

pull/2/head
Justin Ruggles 14 years ago
parent 0041cdba98
commit 050e20aee6
  1. 4
      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;

Loading…
Cancel
Save