diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-03-01 04:56:07 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-03-26 02:08:17 +0100 |
commit | 3d4dd9195f6892b3e9d04dc543d6211095248d22 (patch) | |
tree | cb7e29dc2f2eb3ddc1135b435e07ee297078a690 /doc/examples/http_multiclient.c | |
parent | e70c2d02fc5c12b82628c6f6eda4dfd357685e8c (diff) | |
download | ffmpeg-3d4dd9195f6892b3e9d04dc543d6211095248d22.tar.gz |
avformat/webm_chunk: Avoid unnecessary flushes
The webm_chunk muxer caches its output to a dynamic buffer and when it
outputs anything, it explicitly flushes it. So set the flags indicating
that flushing after each packet should not be done automatically
(basically avoiding avio_write_marker() to be called by flush_if_needed()
in libavformat/mux.c).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'doc/examples/http_multiclient.c')
0 files changed, 0 insertions, 0 deletions