[vlc-commits] postproc: fix cut-and-paste goof

Rémi Denis-Courmont git at videolan.org
Sat Jul 26 10:02:36 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jul 26 11:02:20 2014 +0300| [50e9949256ff4483569a5e8fea1fa5f69c5427ad] | committer: Rémi Denis-Courmont

postproc: fix cut-and-paste goof

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50e9949256ff4483569a5e8fea1fa5f69c5427ad
---

 modules/video_filter/postproc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_filter/postproc.c b/modules/video_filter/postproc.c
index 454c79c..0aeb92a 100644
--- a/modules/video_filter/postproc.c
+++ b/modules/video_filter/postproc.c
@@ -333,7 +333,6 @@ static void PPChangeMode( filter_t *p_filter, const char *psz_name,
     filter_sys_t *p_sys = p_filter->p_sys;
     pp_mode *newmode = NULL, *oldmode;
 
-    vlc_mutex_lock( &p_sys->lock );
     if( i_quality > 0 )
     {
          newmode = pp_get_mode_by_name_and_quality( psz_name ? psz_name :



More information about the vlc-commits mailing list