summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-10-17 22:45:23 +0300
committerMartin Storsjö <martin@martin.st>2012-10-18 16:33:48 +0300
commit0af1fe845a9d7112da0a58d33a4fc81fe7c47e95 (patch)
tree78822cecf2bf877faf018ad6659705e629582f39 /libavformat
parent22310eef9f7888174d03afd9bb1bbd94f7a072a6 (diff)
avformat: Fix references to the removed function av_write_header in comments
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index f9f39a6c7c..8af007e640 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -653,7 +653,7 @@ typedef struct AVStream {
* of which frame timestamps are represented.
*
* decoding: set by libavformat
- * encoding: set by libavformat in av_write_header. The muxer may use the
+ * encoding: set by libavformat in avformat_write_header. The muxer may use the
* user-provided value of @ref AVCodecContext.time_base "codec->time_base"
* as a hint.
*/
@@ -1486,7 +1486,7 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
* Write the stream trailer to an output media file and free the
* file private data.
*
- * May only be called after a successful call to av_write_header.
+ * May only be called after a successful call to avformat_write_header.
*
* @param s media file handle
* @return 0 if OK, AVERROR_xxx on error