[FFmpeg-cvslog] avformat: update AVInputFormat allowed flags
Justin Ruggles
git at videolan.org
Fri Oct 14 03:58:31 CEST 2011
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Sun Oct 2 11:29:20 2011 -0400| [050e20aee653bf17c0e8d0317b50cfe0a7142366] | committer: Justin Ruggles
avformat: update AVInputFormat allowed flags
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=050e20aee653bf17c0e8d0317b50cfe0a7142366
---
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;
More information about the ffmpeg-cvslog
mailing list