]> git.sesse.net Git - ffmpeg/commit
x86: Make function prototype comments in assembly code consistent
authorDiego Biurrun <diego@biurrun.de>
Tue, 28 Jan 2014 19:35:58 +0000 (20:35 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 13 Mar 2014 12:50:29 +0000 (05:50 -0700)
commit55519926ef855c671d084ccc151056de9e3d3a77
tree110bb9a4de9cc250adce6543086dec9ddeace9cd
parentedd1f833fa145eb9c5026877c699ebe6efca00a0
x86: Make function prototype comments in assembly code consistent

This helps grepping for functions, among other things.
24 files changed:
libavcodec/x86/dsputil.asm
libavcodec/x86/dsputilenc.asm
libavcodec/x86/fmtconvert.asm
libavcodec/x86/fpel.asm
libavcodec/x86/h263_loopfilter.asm
libavcodec/x86/h264_chromamc.asm
libavcodec/x86/h264_chromamc_10bit.asm
libavcodec/x86/h264_deblock.asm
libavcodec/x86/h264_deblock_10bit.asm
libavcodec/x86/h264_idct.asm
libavcodec/x86/h264_idct_10bit.asm
libavcodec/x86/h264_intrapred.asm
libavcodec/x86/h264_intrapred_10bit.asm
libavcodec/x86/h264_qpel_10bit.asm
libavcodec/x86/h264_weight.asm
libavcodec/x86/h264_weight_10bit.asm
libavcodec/x86/hpeldsp.asm
libavcodec/x86/mpeg4qpel.asm
libavcodec/x86/proresdsp.asm
libavcodec/x86/qpel.asm
libavcodec/x86/rv40dsp.asm
libavcodec/x86/sbrdsp.asm
libavcodec/x86/vp8dsp.asm
libavcodec/x86/vp8dsp_loopfilter.asm