Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-29 14:53:00 +0400
committerDiego Biurrun <diego@biurrun.de>2014-05-29 17:48:08 +0400
commitcb52a17cb62297802b0a77e5af9850d87c3f925b (patch)
tree543f0f6024eb8f78db699b4179cc0d65289977a7 /libavcodec/dsputil.h
parent054013a0fc6f2b52c60cee3e051be8cc7f82cef3 (diff)
dsputil: Move Bink-specific add_pixels8 to binkdsp
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 471988bddd..ec4eb29288 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -136,7 +136,6 @@ typedef struct DSPContext {
void (*add_pixels_clamped)(const int16_t *block /* align 16 */,
uint8_t *pixels /* align 8 */,
int line_size);
- void (*add_pixels8)(uint8_t *pixels, int16_t *block, int line_size);
int (*sum_abs_dctelem)(int16_t *block /* align 16 */);
/**
* translational global motion compensation.