diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-07 22:18:07 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-08 23:10:16 +0100 |
commit | b9c2408b19dc9408e9dc0ce4a099af529bbfba3b (patch) | |
tree | f463650c166ae84ebbf6fb3b622a2b8faa3ff276 /libavcodec | |
parent | 35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6 (diff) | |
download | ffmpeg-b9c2408b19dc9408e9dc0ce4a099af529bbfba3b.tar.gz |
dsputil: Remove commented-out, unused function declarations
Diffstat (limited to 'libavcodec')
-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 04f8165caa..112f2c4434 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -100,14 +100,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 |