]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
asfdec: cosmetics, reformat ff_asf_parse_packet()
[ffmpeg] / libavformat / avformat.h
index f9f39a6c7c0b045661d282aa03beaa33d7165e33..8af007e640d7c83c31fd7903bfbf0cba7b89d273 100644 (file)
@@ -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