Merge commit 'c4aa0f865f'
* commit 'c4aa0f865f':
libavformat: Remove a misleading/incorrect comment
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
dd4de4a987
1 changed files with 2 additions and 2 deletions
|
|
@ -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 *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue