[FFmpeg-devel] [PATCH] move ff_init_scantable() to dsputil

Aurelien Jacobs aurel
Tue Mar 4 01:14:12 CET 2008


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.

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



More information about the ffmpeg-devel mailing list