[vlc-commits] commit: mosaic: sub filter object have no thread, remove no-op ( =?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)
git at videolan.org
git at videolan.org
Sat Dec 4 18:32:27 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at 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 )
More information about the vlc-commits
mailing list