[FFmpeg-devel] [PATCH] move draw_edges to dsputil
    Aurelien Jacobs 
    aurel
       
    Tue Mar  4 01:09:22 CET 2008
    
    
  
Michael Niedermayer wrote:
> On Tue, Mar 04, 2008 at 12:25:46AM +0100, Aurelien Jacobs wrote:
> > Hi,
> > 
> > We currently have a draw_edges global function pointer. It can
> > point to a C or an MMX implementation. Moreover, this function is
> > used by snow, so it really don't belong into mpegvideo.
> > IMO, it should be a generic dsputil function. So the attached patch
> > moves draw_edges to dsputil (this includes moving the pointer
> > inside the dsputil context).
> 
> ok
Applied.
Aurel
    
    
More information about the ffmpeg-devel
mailing list