summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-01-03 21:22:31 +0200
committerMartin Storsjö <martin@martin.st>2015-01-04 20:04:33 +0200
commitc4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28 (patch)
treeb7bd4549bf18ea98cc0f916ec7a63d9a3d8267c1 /libavformat/avformat.h
parentf4d4e66a24a5c9497a5b6d3c089ac58089a87428 (diff)
libavformat: Remove a misleading/incorrect comment
This comment can be traced back to the initial commit from 2001, and it seemed to be misleading/incorect already back then. (It was used for normal, non-raw file formats already then.) Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index ade5d2f9dc..df9a602c02 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -577,8 +577,8 @@ typedef struct AVInputFormat {
/**
* Read the format header and initialize the AVFormatContext
- * structure. Return 0 if OK. Only used in raw format right
- * now. 'avformat_new_stream' should be called to create new streams.
+ * structure. Return 0 if OK. 'avformat_new_stream' should be
+ * called to create new streams.
*/
int (*read_header)(struct AVFormatContext *);