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:
parent
b0ee9334e3
commit
12e2290703
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user