summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-06-23 22:02:31 +0200
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-06-23 22:02:31 +0200
commitb1e1da52fe2e7320363fdaa0cdd276847e25bf53 (patch)
tree626b8c306915e23a0daefb3e39f64beccd70675a /libavformat/avformat.h
parent388f0957660027418ef931adaf21346e19ec2b67 (diff)
parente1eb0fc960163402bbb4e630185790488f7d28ed (diff)
Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'
* commit 'e1eb0fc960163402bbb4e630185790488f7d28ed': movenc: Use packets in interleaving queues for the duration at the end of fragments Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index f66c39b1c1..4eb11404ca 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2427,6 +2427,10 @@ int av_write_frame(AVFormatContext *s, AVPacket *pkt);
* increasing dts. Callers doing their own interleaving should call
* av_write_frame() instead of this function.
*
+ * Using this function instead of av_write_frame() can give muxers advance
+ * knowledge of future packets, improving e.g. the behaviour of the mp4
+ * muxer for VFR content in fragmenting mode.
+ *
* @param s media file handle
* @param pkt The packet containing the data to be written.
* <br>