summaryrefslogtreecommitdiffstats
path: root/video/out/vo_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_lavc.c')
-rw-r--r--video/out/vo_lavc.c2
1 files changed, 1 insertions, 1 deletions
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;