summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264pred.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264pred.c')
-rw-r--r--libavcodec/h264pred.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c
index 94cf9d0..48a4a79 100644
--- a/libavcodec/h264pred.c
+++ b/libavcodec/h264pred.c
@@ -399,8 +399,6 @@ static void pred8x8_tm_vp8_c(uint8_t *src, ptrdiff_t stride)
void ff_h264_pred_init(H264PredContext *h, int codec_id, const int bit_depth,
const int chroma_format_idc)
{
-// MpegEncContext * const s = &h->s;
-
#undef FUNC
#undef FUNCC
#define FUNC(a, depth) a ## _ ## depth
OpenPOWER on IntegriCloud