OSDN Git Service

libavformat: Remove a misleading/incorrect comment
authorMartin Storsjö <martin@martin.st>
Sat, 3 Jan 2015 19:22:31 +0000 (21:22 +0200)
committerMartin Storsjö <martin@martin.st>
Sun, 4 Jan 2015 18:04:33 +0000 (20:04 +0200)
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>
libavformat/avformat.h

index ade5d2f..df9a602 100644 (file)
@@ -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 *);