Module: libav Branch: master Commit: 050e20aee653bf17c0e8d0317b50cfe0a7142366
Author: Justin Ruggles <[email protected]> Committer: Justin Ruggles <[email protected]> Date: Sun Oct 2 11:29:20 2011 -0400 avformat: update AVInputFormat allowed flags --- libavformat/avformat.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index cc5457e..7b350f1 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
