diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-10-02 11:29:20 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-10-13 16:31:15 -0400 |
commit | 050e20aee653bf17c0e8d0317b50cfe0a7142366 (patch) | |
tree | 52c79e20aedcec3403b16f85febd3f4d481ab937 | |
parent | 0041cdba98d5b636a8d912352dd3d8ca72bba4ce (diff) | |
download | ffmpeg-050e20aee653bf17c0e8d0317b50cfe0a7142366.tar.gz |
avformat: update AVInputFormat allowed flags
-rw-r--r-- | libavformat/avformat.h | 4 |
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; |