[FFmpeg-devel] [PATCHv3 3/4] avformat: make flush_packets a tri-state and set it to -1 (auto) by default

Marton Balint cus at passwd.hu
Sat Jun 24 20:13:26 EEST 2017


On Sat, 24 Jun 2017, Michael Niedermayer wrote:

> On Thu, Jun 22, 2017 at 11:28:00PM +0200, Marton Balint wrote:
>> If flushing is not disabled, then mux.c will signal the end of the packets with
>> an AVIO_DATA_MARKER_FLUSH_POINT, and aviobuf will be able to decide to flush or
>> not based on the preferred minimum packet size set by the used protocol.
>>
>> Signed-off-by: Marton Balint <cus at passwd.hu>
>> ---
>>  doc/formats.texi            |  7 ++++---
>>  libavformat/mux.c           | 19 +++++++++++++------
>>  libavformat/options_table.h |  4 ++--
>>  3 files changed, 19 insertions(+), 11 deletions(-)
>
> LGTM

Thanks, applied the whole series.

Regards,
Marton


More information about the ffmpeg-devel mailing list