[FFmpeg-devel] [PATCH] lavf/flvenc: fail in case the muxed packet is too big

Stefano Sabatini stefasab at gmail.com
Mon Nov 3 10:04:14 CET 2014


On date Monday 2014-11-03 01:56:39 +0100, Michael Niedermayer encoded:
> On Mon, Nov 03, 2014 at 12:32:04AM +0100, Stefano Sabatini wrote:
> > Avoid the creation of files which cannot be successfully decoded by
> > ffmpeg, for example generated with:
> > ffmpeg -f lavfi -i sine -af "aselect='not(between(t,100,500))',aresample=min_comp=0.001:min_hard_comp=0.100000" -acodec pcm_s16le -t 1000 -y out_audio.flv
> > ---
> >  libavformat/flvenc.c | 6 ++++++
> >  1 file changed, 6 insertions(+)
> 
> LGTM

Pushed, thanks.
-- 
FFmpeg = Fanciful & Fierce Multipurpose Portentous Ecletic Guru


More information about the ffmpeg-devel mailing list