From b1328418ee30ba0230b7fb87eaff0658479eed43 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 17 Feb 2014 18:49:28 +0100 Subject: vo_corevideo: remove unused variable --- video/out/vo_corevideo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/out/vo_corevideo.c b/video/out/vo_corevideo.c index d9e28e80fc..3c08af585d 100644 --- a/video/out/vo_corevideo.c +++ b/video/out/vo_corevideo.c @@ -281,7 +281,6 @@ static mp_image_t *get_screenshot(struct vo *vo, CVPixelBufferRef pbuf) int img_fmt = get_image_fmt(vo, pbuf); if (img_fmt < 0 || !vo->params) return NULL; - struct priv *p = vo->priv; CVPixelBufferLockBaseAddress(pbuf, 0); void *base = CVPixelBufferGetBaseAddress(pbuf); size_t width = CVPixelBufferGetWidth(pbuf); -- cgit v1.2.3