[MPlayer-cvslog] r32043 - in trunk/libmpcodecs:	ad_ffmpeg.c	ae_lavc.c vd_ffmpeg.c vd_ffmpeg.h ve_lavc.c	vf_fspp.c vf_lavc.c	vf_lavcdeint.c vf_mcdeint.c vf_spp.c	vf_uspp.c vf_zrmjpeg.c
    Reimar Döffinger 
    Reimar.Doeffinger at gmx.de
       
    Sat Sep 11 21:25:27 CEST 2010
    
    
  
On Sat, Sep 11, 2010 at 09:05:29PM +0200, Michael Niedermayer wrote:
> On Sat, Sep 04, 2010 at 10:11:31AM +0200, diego wrote:
> > Author: diego
> > Date: Sat Sep  4 10:11:31 2010
> > New Revision: 32043
> > 
> > Log:
> > Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
> > Vlad Seryakov, vseryakov gmail com
> 
> and why is this thing not just called once from main() ?
I guess it avoids an ifdef, however it probably would be a good idea to move
all libav* initialization there.
I don't think it should cause any significant change in startup time or memory
usage.
    
    
More information about the MPlayer-cvslog
mailing list