diff options
author | Clément Bœsch <u@pkh.me> | 2015-02-08 17:09:01 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2015-02-08 17:09:12 +0100 |
commit | 4b60bd1aacf04fe57c3cfa485d40c41d653bbab8 (patch) | |
tree | 1080c18c50ed8578f0ceed1cee2521c841d60fca /libavformat/internal.h | |
parent | eb7efaa9244720c5f2051d76d76faeec864eca7a (diff) | |
download | ffmpeg-4b60bd1aacf04fe57c3cfa485d40c41d653bbab8.tar.gz |
avformat/internal: fix av_interleaved_write_frame typo reference
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index d56644b8cf..d397bc4f55 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -135,7 +135,7 @@ void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx, * @param dst_stream the stream index within dst to write the packet to * @param pkt the packet to be written * @param src the muxer the packet originally was intended for - * @param interleave 0->use av_write_frame, 1->av_write_interleaved_frame + * @param interleave 0->use av_write_frame, 1->av_interleaved_write_frame * @return the value av_write_frame returned */ int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, |