summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-18 12:22:25 +0200
committerwm4 <wm4@nowhere>2013-06-18 12:22:25 +0200
commit656f9e1ba7974f6053bf2b297688278f9b8949c4 (patch)
tree526d1a6dc418be919e19c38cdb6ab8e5420c759a /video
parent8d83837cdb05071a48ea3dca2c4297eaf7d43f9a (diff)
downloadmpv-656f9e1ba7974f6053bf2b297688278f9b8949c4.tar.bz2
mpv-656f9e1ba7974f6053bf2b297688278f9b8949c4.tar.xz
vo_lavc: remove unused variable
Diffstat (limited to 'video')
-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;