projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
290da7e
)
lavf/avformat.h: fix typos
author
Stefano Sabatini
<stefasab@gmail.com>
Sun, 2 Feb 2014 11:55:40 +0000
(12:55 +0100)
committer
Stefano Sabatini
<stefasab@gmail.com>
Sun, 2 Feb 2014 12:11:59 +0000
(13:11 +0100)
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index 002b015255ef62d6c20569d62badfde9d9538b1d..76b0652cecce8f00a32f893ab8f666db5dda319d 100644
(file)
--- a/
libavformat/avformat.h
+++ b/
libavformat/avformat.h
@@
-1252,14
+1252,14
@@
typedef struct AVFormatContext {
/**
* Correct single timestamp overflows
* - encoding: unused
- * - decoding: Set by user via AVO
P
tions (NO direct access)
+ * - decoding: Set by user via AVO
p
tions (NO direct access)
*/
unsigned int correct_ts_overflow;
/**
* Force seeking to any (also non key) frames.
* - encoding: unused
- * - decoding: Set by user via AVO
P
tions (NO direct access)
+ * - decoding: Set by user via AVO
p
tions (NO direct access)
*/
int seek2any;