[FFmpeg-devel] [PATCH] ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabled
Michael Niedermayer
michaelni at gmx.at
Sat May 7 02:17:50 CEST 2011
On Sat, May 07, 2011 at 01:38:12AM +0200, Stefano Sabatini wrote:
> On date Friday 2011-05-06 11:16:00 +0200, Stefano Sabatini encoded:
> > Implement lazy initialization of the image resample context, so that
> > the initialization code does not need to be duplicated.
> >
> > Also manage the case in which resample/size change mid-stream. For
> > each packet the code computes if resampling is needed.
> >
> > Previously the resample check was done only at the initialization, in
> > case size/format changed and no resample was detected at the init
> > stage ffmpeg was silently exiting.
> > ---
> > ffmpeg.c | 41 +++++++++++++++++------------------------
> > 1 files changed, 17 insertions(+), 24 deletions(-)
>
> ping
Feel free to do whatever you need to the non-avfilter code.
few people use that and we will probably drop it sooner or later i
suspect unless someone wants to maintain it.
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110507/42f35ef6/attachment.asc>
More information about the ffmpeg-devel
mailing list