[FFmpeg-devel] [PATCH 2/3] avformat/mux: stop delaying writing the header
James Almer
jamrial at gmail.com
Mon Nov 27 16:05:09 EET 2017
On 11/27/2017 6:00 AM, Tobias Rapp wrote:
> On 26.11.2017 21:51, James Almer wrote:
>> Every bitstream filter behaves as intended now, so there's no need to
>> wait for the first packet of every stream.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavformat/avformat.h | 2 +-
>> libavformat/internal.h | 6 -----
>> libavformat/mux.c | 52
>> ++++++++----------------------------------
>> libavformat/options_table.h | 2 +-
>> libavformat/tests/fifo_muxer.c | 52
>> ------------------------------------------
>> tests/ref/fate/fifo-muxer-tst | 1 -
>> 6 files changed, 12 insertions(+), 103 deletions(-)
>>
>> [...]
>
> I'm just curious: Will this fix ticket #6375?
>
> Regards,
> Tobias
Unlikely. That's from ffmpeg.c buffering logic which I'm not changing here.
More information about the ffmpeg-devel
mailing list