vlc | branch: master | Rémi Denis-Courmont <r...@remlab.net> | Sat Dec  4 
19:28:40 2010 +0200| [45b2fbe5107fbf58e0fe949ff2fe0028ed04dbe2] | committer: 
Rémi Denis-Courmont 

mosaic: sub filter object have no thread, remove no-op

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

 modules/video_filter/mosaic.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/video_filter/mosaic.c b/modules/video_filter/mosaic.c
index 89aa21a..4505837 100644
--- a/modules/video_filter/mosaic.c
+++ b/modules/video_filter/mosaic.c
@@ -289,9 +289,6 @@ static int CreateFilter( vlc_object_t *p_this )
     vlc_value_t val;
     int i_command;
 
-    /* The mosaic thread is more important than the decoder threads */
-    vlc_thread_set_priority( p_this, VLC_THREAD_PRIORITY_OUTPUT );
-
     /* Allocate structure */
     p_sys = p_filter->p_sys = malloc( sizeof( filter_sys_t ) );
     if( p_sys == NULL )

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to