]> git.sesse.net Git - ffmpeg/commit
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 19 Jan 2010 22:54:13 +0000 (22:54 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 19 Jan 2010 22:54:13 +0000 (22:54 +0000)
commit3f50965b28d0c4ef10dde0bf2f7a9f78fa36b378
tree64d2b1dbd94ee61e2cb7a9baf4bf74d005ffb89f
parentc9640c17ac78c3ef0c127e4f6393e66ee5d31878
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its
all inlined, its small and horizontal & vertical versions are build out of
them. no change as gcc already did this.

Originally committed as revision 21333 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.c