Commit 3e148f1b authored by Nicolas Chauvet's avatar Nicolas Chauvet Committed by Derk-Jan Hartman

opencv compilation fix

This patch seems needed for opencv compilation for vlc-0.9.0
parent 11528377
...@@ -395,7 +395,7 @@ static void End( vout_thread_t *p_vout ) ...@@ -395,7 +395,7 @@ static void End( vout_thread_t *p_vout )
p_vout->p_sys->p_opencv = NULL; p_vout->p_sys->p_opencv = NULL;
} }
vout_CloseAndRelease( p_vout->p_sys->p_vout ) vout_CloseAndRelease( p_vout->p_sys->p_vout );
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment