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

postproc: fix cut-and-paste goof

parent b3050f68
...@@ -333,7 +333,6 @@ static void PPChangeMode( filter_t *p_filter, const char *psz_name, ...@@ -333,7 +333,6 @@ static void PPChangeMode( filter_t *p_filter, const char *psz_name,
filter_sys_t *p_sys = p_filter->p_sys; filter_sys_t *p_sys = p_filter->p_sys;
pp_mode *newmode = NULL, *oldmode; pp_mode *newmode = NULL, *oldmode;
vlc_mutex_lock( &p_sys->lock );
if( i_quality > 0 ) if( i_quality > 0 )
{ {
newmode = pp_get_mode_by_name_and_quality( psz_name ? psz_name : newmode = pp_get_mode_by_name_and_quality( psz_name ? psz_name :
......
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