[FFmpeg-cvslog] libavformat: Remove a misleading/incorrect comment

Martin Storsjö git at videolan.org
Mon Jan 5 16:03:36 CET 2015


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Jan  3 21:22:31 2015 +0200| [c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28] | committer: Martin Storsjö

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 at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28
---

 libavformat/avformat.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index ade5d2f..df9a602 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 *);
 



More information about the ffmpeg-cvslog mailing list