[FFmpeg-devel] [PATCH] Clean up in C VC-1 DSP functions

Christophe GISQUET christophe.gisquet
Sat Jul 7 13:42:09 CEST 2007


Hello,

Following the discussion on the VC-1 pel interpolation, it was suggested
to modify prototypes, so as to pass both horizontal and vertical
interpolation modes rather than passing their packed value.

Here are 3 patches for that purpose:
- vc1dsp_c_cosmetics.diff renames the static void ff_vc1* functions to vc1*
- vc1dsp_c_macroify.diff changes their declaration with a macro
- finally vc1dsp_c_proto.diff is the requested prototype change

They should be applied in that order.

Best regards,
-- 
Christophe GISQUET
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vc1dsp_c_cosmetics.diff
Type: text/x-patch
Size: 5955 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070707/7d2207b9/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vc1dsp_c_macroify.diff
Type: text/x-patch
Size: 3115 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070707/7d2207b9/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vc1dsp_c_proto.diff
Type: text/x-patch
Size: 1562 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070707/7d2207b9/attachment-0002.bin>



More information about the ffmpeg-devel mailing list