diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-05 02:26:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-05 02:27:00 +0100 |
commit | dd4de4a987f33cb33c9f4aae59e70522ed0982e2 (patch) | |
tree | 51cf8fbfcb9c4b527d612989c527f8bdaedb3163 /libavformat | |
parent | 1ed5912e819d4ecf60c9cbe15f3787062d39873e (diff) | |
parent | c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28 (diff) | |
download | ffmpeg-dd4de4a987f33cb33c9f4aae59e70522ed0982e2.tar.gz |
Merge commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28'
* commit 'c4aa0f865fb2c3b28a309d1bb27fd1c24b75ba28':
libavformat: Remove a misleading/incorrect comment
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 2e54ed1f01..a62a9ef5a9 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 *); |