diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-08 17:25:13 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-08 17:42:56 +0100 |
commit | a30f7918b52d076c55a42bef3a731165b354bf08 (patch) | |
tree | f659d43c5ff88425e8d2c740dfe191da87e5988c /libavcodec/dsputil.h | |
parent | f8a9cf77040e1b2ed83206269ead11aa30afb98d (diff) | |
parent | 0338c396987c82b41d322630ea9712fe5f9561d6 (diff) | |
download | ffmpeg-a30f7918b52d076c55a42bef3a731165b354bf08.tar.gz |
Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'
* commit '0338c396987c82b41d322630ea9712fe5f9561d6':
dsputil: Split off H.263 bits into their own H263DSPContext
Conflicts:
configure
libavcodec/mpegvideo.h
libavcodec/mpegvideo_enc.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index b9f8bdec0c..0a8521d8a4 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -205,9 +205,6 @@ typedef struct DSPContext { void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w); void (*bswap16_buf)(uint16_t *dst, const uint16_t *src, int len); - void (*h263_v_loop_filter)(uint8_t *src, int stride, int qscale); - void (*h263_h_loop_filter)(uint8_t *src, int stride, int qscale); - /* assume len is a multiple of 8, and arrays are 16-byte aligned */ void (*vector_clipf)(float *dst /* align 16 */, const float *src /* align 16 */, float min, float max, int len /* align 16 */); |