]> git.sesse.net Git - ffmpeg/commit
dsputil: Make square put/avg_pixels functions local to h264qpel
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 9 Mar 2013 04:16:08 +0000 (20:16 -0800)
committerMartin Storsjö <martin@martin.st>
Wed, 10 Apr 2013 07:59:14 +0000 (10:59 +0300)
commit6d25c9db11e87ec58652de6588448225137b0c57
tree14680d76800e4f7ac20ad462f1cbd7a48d09d251
parent2e81acc687e64d15dd93c74793060bb5a233f44d
dsputil: Make square put/avg_pixels functions local to h264qpel

Put a copy of the 8bit functions only in dsputil, where they are
used for some other things (e.g. mpeg4qpel, mspel, cavsqpel).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/dsputil_template.c
libavcodec/h264qpel_template.c