From 8ebfd7c49e449671331f4d69989dfc0a66bcebaa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 19 Apr 2013 23:43:40 +0200 Subject: [PATCH] h264: remove unused variable Signed-off-by: Michael Niedermayer --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 110670400d..502ee9251d 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -3091,7 +3091,7 @@ static int h264_slice_header_init(H264Context *h, int reinit) int nb_slices = (HAVE_THREADS && h->avctx->active_thread_type & FF_THREAD_SLICE) ? h->avctx->thread_count : 1; - int i, ret; + int i; h->avctx->sample_aspect_ratio = h->sps.sar; av_assert0(h->avctx->sample_aspect_ratio.den);