libavformat: Remove a misleading/incorrect comment
This comment can be traced back to the initial commit from 2001, and it seemed to be misleading/incorect already back then. (It was used for normal, non-raw file formats already then.) Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
f4d4e66a24
commit
c4aa0f865f
@ -577,8 +577,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 *);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user