[FFmpeg-devel] [PATCH] lavf: remove some flushing in write_packet muxers callbacks.

Paul B Mahol onemda at gmail.com
Mon Apr 8 22:15:39 CEST 2013


On 4/8/13, Clement Boesch <ubitux at gmail.com> wrote:
> On Mon, Mar 25, 2013 at 12:28:19AM +0100, Clement Boesch wrote:
>> Since 4f112a8e3, this is not necessary anymore. Also, it allows to
>> actually disable the flushing.
>> ---
>> Note that this is not done for all the muxers; typically, I don't know if
>> some
>> muxers don't actually requires it (the mxf or mov muxers for instance may
>> be
>> needing the flushing to re-read some information, or could cause trouble
>> when
>> not enabled with network formats like rtp).
>> ---
>>  libavformat/adtsenc.c         | 1 -
>>  libavformat/amr.c             | 1 -
>>  libavformat/assenc.c          | 3 ---
>>  libavformat/avienc.c          | 1 -
>>  libavformat/bit.c             | 1 -
>>  libavformat/daud.c            | 1 -
>>  libavformat/dvenc.c           | 1 -
>>  libavformat/flacenc.c         | 1 -
>>  libavformat/flvenc.c          | 1 -
>>  libavformat/framecrcenc.c     | 1 -
>>  libavformat/gif.c             | 1 -
>>  libavformat/gxfenc.c          | 2 --
>>  libavformat/icoenc.c          | 2 --
>>  libavformat/ilbc.c            | 1 -
>>  libavformat/ivfenc.c          | 1 -
>>  libavformat/microdvdenc.c     | 1 -
>>  libavformat/mkvtimestamp_v2.c | 1 -
>>  libavformat/mpjpeg.c          | 1 -
>>  libavformat/rawenc.c          | 1 -
>>  libavformat/rmenc.c           | 2 --
>>  libavformat/smjpegenc.c       | 1 -
>>  libavformat/spdifenc.c        | 1 -
>>  libavformat/srtenc.c          | 1 -
>>  libavformat/swfenc.c          | 2 --
>>  libavformat/vc1testenc.c      | 1 -
>>  libavformat/wtvenc.c          | 1 -
>>  libavformat/wvenc.c           | 1 -
>>  libavformat/yuv4mpeg.c        | 1 -
>>  28 files changed, 34 deletions(-)
>>
>
> Ping?

Its probably ok if fate passes (though beware of code not yet covered).
>
> --
> Clement B.
>


More information about the ffmpeg-devel mailing list