]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
avformat: Add v210[x] demuxer
[ffmpeg] / libavformat / internal.h
index bd8a0bcf8a9977dcfd9ba2c32c9294d9f9a57b52..1533722e8f92bceaae68dd3aeb72239f829926bd 100644 (file)
@@ -376,7 +376,7 @@ int ff_read_packet(AVFormatContext *s, AVPacket *pkt);
  * Interleave a packet per dts in an output media file.
  *
  * Packets with pkt->destruct == av_destruct_packet will be freed inside this
- * function, so they cannot be used after it. Note that calling av_free_packet()
+ * function, so they cannot be used after it. Note that calling av_packet_unref()
  * on them is still safe.
  *
  * @param s media file handle