[FFmpeg-devel] [PATCH 2/3 v2] avformat/mux: stop delaying writing the header

James Almer jamrial at gmail.com
Wed Dec 6 21:49:21 EET 2017


On 11/27/2017 11:57 PM, 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>
> ---
> Now without overloading ret in avformat_write_header.
> 
>  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(-)

Applied.


More information about the ffmpeg-devel mailing list