Skip to content

Commit

Permalink
Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'
Browse files Browse the repository at this point in the history
* commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28':
  libavformat: Remove a misleading/incorrect comment

Merged-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed Jan 5, 2015
2 parents 1ed5912 + c4aa0f8 commit dd4de4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libavformat/avformat.h
Expand Up @@ -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 *);

Expand Down

0 comments on commit dd4de4a

Please sign in to comment.