From 10d2ea2604b66fc600ca3df2510068a4b97ab2f7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 7 May 2012 13:45:13 +0200 Subject: h264: Remove a commented-out function pointer typedef. --- libavcodec/h264dsp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264dsp.h') diff --git a/libavcodec/h264dsp.h b/libavcodec/h264dsp.h index 7cae215a95..08a25a54c9 100644 --- a/libavcodec/h264dsp.h +++ b/libavcodec/h264dsp.h @@ -30,7 +30,6 @@ #include #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, -- cgit v1.2.3