vo_corevideo: remove unused variable

This commit is contained in:
Stefano Pigozzi 2014-03-31 22:10:33 +02:00
parent b0ee9334e3
commit 12e2290703
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ static CFStringRef get_cv_csp_matrix(enum mp_csp format)
static void apply_csp(struct vo *vo, CVPixelBufferRef pbuf)
{
struct priv *p = vo->priv;
if (!vo->params)
return;
CFStringRef matrix = get_cv_csp_matrix(vo->params->colorspace);