Commit b7c4c4a6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 97dcb939
......@@ -378,7 +378,7 @@ int E_(InitVideoDec)( decoder_t *p_dec, AVCodecContext *p_context,
p_sys->p_context->palctrl = &palette_control;
/* ***** Open the codec ***** */
vlc_mutex_t *lock = var_GetAcquireMutex( "avcodec" );
vlc_mutex_t *lock = var_AcquireMutex( "avcodec" );
if( lock == NULL )
{
free( p_sys );
......
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