diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-27 15:47:02 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-27 16:05:49 +0100 |
commit | 1b3539d4534f9877b463fb8b7fa56b7d20dd1338 (patch) | |
tree | 7d5497ea69af1d1e536e1f42b2b1dbcdcbe6e3fc /libavcodec/dsputil.h | |
parent | cbd58a872d343f5996ed7ab917c8839dbfd99eaa (diff) | |
download | ffmpeg-1b3539d4534f9877b463fb8b7fa56b7d20dd1338.tar.gz |
dsputil: move a bink-only function to binkdsp
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index b6f0607b08..93fbe9c6f7 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -559,7 +559,6 @@ typedef struct DSPContext { /* bink functions */ op_fill_func fill_block_tab[2]; - void (*scale_block)(const uint8_t src[64]/*align 8*/, uint8_t *dst/*align 8*/, int linesize); } DSPContext; void dsputil_static_init(void); |