From 656f9e1ba7974f6053bf2b297688278f9b8949c4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 18 Jun 2013 12:22:25 +0200 Subject: vo_lavc: remove unused variable --- video/out/vo_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c index 78e772b54c..ffc565f0bf 100644 --- a/video/out/vo_lavc.c +++ b/video/out/vo_lavc.c @@ -278,7 +278,7 @@ static void draw_image(struct vo *vo, mp_image_t *mpi) { struct priv *vc = vo->priv; struct encode_lavc_context *ectx = vo->encode_lavc_ctx; - int i, size; + int size; AVFrame *frame; AVCodecContext *avc; int64_t frameipts; -- cgit v1.2.3