1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00

vo_corevideo: remove unused variable

This commit is contained in:
Stefano Pigozzi 2014-03-31 22:10:33 +02:00
parent b0ee9334e3
commit 12e2290703

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