Skip to content
Snippets Groups Projects
Commit dd4de4a9 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit 'c4aa0f86'


* commit 'c4aa0f86':
  libavformat: Remove a misleading/incorrect comment

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 1ed5912e c4aa0f86
No related branches found
No related tags found
No related merge requests found
......@@ -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 *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment