Skip to content
Snippets Groups Projects
Commit 0af1fe84 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

avformat: Fix references to the removed function av_write_header in comments

parent 22310eef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment