From ccd349e555d80b1a91fde9be9e53cf0c1e41fb2a Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 25 Mar 2013 14:27:30 +0200 Subject: h264: Remove an unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/h264.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 04ceab5228..b9cc9cefa3 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -4702,7 +4702,6 @@ av_cold void ff_h264_free_context(H264Context *h) static av_cold int h264_decode_end(AVCodecContext *avctx) { H264Context *h = avctx->priv_data; - int i; ff_h264_free_context(h); -- cgit v1.2.3