[FFmpeg-devel] [PATCH] lavf: remove some flushing in write_packet muxers callbacks.
Clément Bœsch
ubitux at gmail.com
Mon Apr 8 14:01:21 CEST 2013
On Mon, Mar 25, 2013 at 12:28:19AM +0100, Clément Bœsch 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?
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130408/2119aff7/attachment.asc>
More information about the ffmpeg-devel
mailing list