vo_corevideo: remove unused variable

This commit is contained in:
Stefano Pigozzi 2014-02-17 18:49:28 +01:00
parent 689646962e
commit b1328418ee
1 changed files with 0 additions and 1 deletions

View File

@ -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);