Make the function prototype visible to comply with C99 inline.
authorAlexander Strange <astrange@ithinksw.com>
Wed, 9 Jul 2008 17:51:57 +0000 (17:51 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Wed, 9 Jul 2008 17:51:57 +0000 (17:51 +0000)
commitbc3144722594104c7819da92c266cff7151cfb1c
treeb6b432483dc0a3417b1c91c592fe532428f57993
parent5cfdfd8aaedd2477fd3ca6df28fd8af2e8cede81
Make the function prototype visible to comply with C99 inline.
Fixes building with gcc -std=gnu99.

Originally committed as revision 14140 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/idct_sse2_xvid.c