Browse Source

avformat: update AVInputFormat allowed flags

tags/n0.9
Justin Ruggles 14 years ago
parent
commit
050e20aee6
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libavformat/avformat.h

+ 3
- 1
libavformat/avformat.h View File

@@ -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;




Loading…
Cancel
Save