aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-07 13:03:53 +0100
committerDiego Biurrun <diego@biurrun.de>2011-12-12 23:06:23 +0100
commit58c42af722cebecd86e340dc3ed9ec44b1fe4a55 (patch)
tree9541c2a43eb2f181d670c04e200a6bd43ad8d4fc /libavformat/avformat.h
parent8b494b7b2773eb45c0ed364e346602de0d578196 (diff)
downloadffmpeg-58c42af722cebecd86e340dc3ed9ec44b1fe4a55.tar.gz
doxygen: misc consistency, spelling and wording fixes
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2eb75df43a..89b9eda4a4 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -516,7 +516,7 @@ typedef struct AVInputFormat {
int stream_index, int64_t timestamp, int flags);
#endif
/**
- * Gets the next timestamp in stream[stream_index].time_base units.
+ * Get the next timestamp in stream[stream_index].time_base units.
* @return the timestamp or AV_NOPTS_VALUE if an error occurred
*/
int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,