]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memory
[ffmpeg] / libavformat / avformat.h
index 2e54ed1f010ba214eb8784acfd40a3674b6f6aa7..a62a9ef5a91ddb509ae84e2e2488e31b43111ccc 100644 (file)
@@ -627,8 +627,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 *);