summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dsp.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-07 13:45:13 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-07 14:17:43 +0200
commit10d2ea2604b66fc600ca3df2510068a4b97ab2f7 (patch)
tree55dad59e27045d365f68f89592556a4802772f89 /libavcodec/h264dsp.h
parentea1405064284a9a67793076c8048747480f01a96 (diff)
downloadffmpeg-streaming-10d2ea2604b66fc600ca3df2510068a4b97ab2f7.zip
ffmpeg-streaming-10d2ea2604b66fc600ca3df2510068a4b97ab2f7.tar.gz
h264: Remove a commented-out function pointer typedef.
Diffstat (limited to 'libavcodec/h264dsp.h')
-rw-r--r--libavcodec/h264dsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264dsp.h b/libavcodec/h264dsp.h
index 7cae215..08a25a5 100644
--- a/libavcodec/h264dsp.h
+++ b/libavcodec/h264dsp.h
@@ -30,7 +30,6 @@
#include <stdint.h>
#include "dsputil.h"
-//typedef void (*h264_chroma_mc_func)(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int srcStride, int h, int x, int y);
typedef void (*h264_weight_func)(uint8_t *block, int stride, int height,
int log2_denom, int weight, int offset);
typedef void (*h264_biweight_func)(uint8_t *dst, uint8_t *src, int stride, int height,
OpenPOWER on IntegriCloud