[FFmpeg-cvslog] Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs
Michael Bradshaw
git at videolan.org
Wed May 16 03:59:43 CEST 2012
ffmpeg | branch: master | Michael Bradshaw <mbradshaw at sorensonmedia.com> | Tue May 15 17:26:36 2012 -0600| [bb008f0ad1b1d303c9f71cba0f81df892f12a07a] | committer: Michael Niedermayer
Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs
Signed-off-by: Michael Bradshaw <mbradshaw at sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb008f0ad1b1d303c9f71cba0f81df892f12a07a
---
libavformat/avformat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 9f520e7..8198793 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -454,7 +454,7 @@ typedef struct AVInputFormat {
/**
* Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS,
* AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH,
- * AVFMT_NOGENSEARCH, AVFMT_NO_BYTE_SEEK.
+ * AVFMT_NOGENSEARCH, AVFMT_NO_BYTE_SEEK, AVFMT_SEEK_TO_PTS.
*/
int flags;
More information about the ffmpeg-cvslog
mailing list