Commit dd4de4a9 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c4aa0f86'

* commit 'c4aa0f86':
  libavformat: Remove a misleading/incorrect comment
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 1ed5912e c4aa0f86
...@@ -627,8 +627,8 @@ typedef struct AVInputFormat { ...@@ -627,8 +627,8 @@ typedef struct AVInputFormat {
/** /**
* Read the format header and initialize the AVFormatContext * Read the format header and initialize the AVFormatContext
* structure. Return 0 if OK. Only used in raw format right * structure. Return 0 if OK. 'avformat_new_stream' should be
* now. 'avformat_new_stream' should be called to create new streams. * called to create new streams.
*/ */
int (*read_header)(struct AVFormatContext *); int (*read_header)(struct AVFormatContext *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment