[FFmpeg-devel] [PATCH] dsputil: make square put/avg_pixels functions local to h264qpel.
Michael Niedermayer
michaelni at gmx.at
Sat Mar 9 17:24:32 CET 2013
On Fri, Mar 08, 2013 at 08:16:08PM -0800, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>
> Put a copy of the 8bit functions only in dsputil, where they are used
> for some other things (e.g. mpeg4qpel, mspel, cavsqpel). We could perhaps
> also try to share specifically the 8bit functions from h264qpel between
> it and the others, but that will be slightly more complicated. H264qpel
> already had these functions, so we can simply remove the duplicates.
> ---
> libavcodec/dsputil.c | 15 ++++++++++++++-
> libavcodec/dsputil.h | 20 ++++----------------
> libavcodec/dsputil_template.c | 16 ++--------------
> libavcodec/h264qpel_template.c | 27 ---------------------------
> 4 files changed, 20 insertions(+), 58 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The worst form of inequality is to try to make unequal things equal.
-- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130309/4eb0d309/attachment.asc>
More information about the ffmpeg-devel
mailing list