git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e20a3
)
Mention AVFMT_SEEK_TO_PTS in AVInputFormat flags docs
author
Michael Bradshaw
<mbradshaw@sorensonmedia.com>
Tue, 15 May 2012 23:26:36 +0000
(17:26 -0600)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 16 May 2012 01:12:45 +0000
(
03:12
+0200)
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
9f520e7
..
8198793
100644
(file)
--- 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;