diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-09 13:51:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-09 13:51:47 +0100 |
commit | a8864615e6cc0bb202d9a269dbccbc7442232fe3 (patch) | |
tree | f41aac64ec8b1f147c123e6658b4b4f2b6cedf96 | |
parent | ffbe19fc84fe270410ee95a0501e5906c685e14d (diff) | |
parent | b9c2408b19dc9408e9dc0ce4a099af529bbfba3b (diff) | |
download | ffmpeg-a8864615e6cc0bb202d9a269dbccbc7442232fe3.tar.gz |
Merge commit 'b9c2408b19dc9408e9dc0ce4a099af529bbfba3b'
* commit 'b9c2408b19dc9408e9dc0ce4a099af529bbfba3b':
dsputil: Remove commented-out, unused function declarations
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/dsputil.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index c9418c1b6f..3a0a610f32 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -105,14 +105,6 @@ could be reached easily ... !future video codecs might need functions with less strict alignment */ -/* -void get_pixels_c(int16_t *block, const uint8_t *pixels, int line_size); -void diff_pixels_c(int16_t *block, const uint8_t *s1, const uint8_t *s2, int stride); -void put_pixels_clamped_c(const int16_t *block, uint8_t *pixels, int line_size); -void add_pixels_clamped_c(const int16_t *block, uint8_t *pixels, int line_size); -void clear_blocks_c(int16_t *blocks); -*/ - /* add and put pixel (decoding) */ // blocksizes for op_pixels_func are 8x4,8x8 16x8 16x16 //h for op_pixels_func is limited to {width/2, width} but never larger than 16 and never smaller than 4 |