Commit 47613629 authored by Ilkka Ollakka's avatar Ilkka Ollakka

transcode: cosmetic

parent 808e6123
...@@ -137,7 +137,7 @@ static void* EncoderThread( void *obj ) ...@@ -137,7 +137,7 @@ static void* EncoderThread( void *obj )
vlc_mutex_unlock( &p_sys->lock_out ); vlc_mutex_unlock( &p_sys->lock_out );
break; break;
} }
vlc_mutex_unlock( &p_sys->lock_out ); vlc_mutex_unlock( &p_sys->lock_out );
} }
/*Encode what we have in the buffer on closing*/ /*Encode what we have in the buffer on closing*/
......
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