[FFmpeg-devel] [PATCH] move draw_edges to dsputil

Aurelien Jacobs aurel
Tue Mar 4 00:25:46 CET 2008


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).

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: draw_edges.diff
Type: text/x-patch
Size: 15054 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080304/0a87fa9c/attachment.bin>



More information about the ffmpeg-devel mailing list