[FFmpeg-devel] [PATCH] move ff_init_scantable() to dsputil
    Aurelien Jacobs 
    aurel
       
    Tue Mar  4 12:54:48 CET 2008
    
    
  
Michael Niedermayer wrote:
> On Tue, Mar 04, 2008 at 01:14:12AM +0100, Aurelien Jacobs wrote:
> > Hi,
> > 
> > ff_init_scantable() is currently used by various codecs which don't
> > depend on mpegvideo.o otherwise. Moreover, most of the time,
> > ff_init_scantable() is used along with some tables defined in
> > dsputil (ff_zigzag_direct, etc...) and generates some data used
> > by dsputil functions (dct...).
> > So I think ff_init_scantable() belongs to dsputil, and thus, the
> > attached patch moves this function.
> 
> ok
Applied.
Aurel
    
    
More information about the ffmpeg-devel
mailing list