[vlc-devel] commit: Remove dummy vlc_thread_ready ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Oct 1 20:48:28 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Oct  1 21:35:32 2008 +0300| [0d2aad2561f30f1ac3696eb659e4bef16fe86721] | committer: Rémi Denis-Courmont 

Remove dummy vlc_thread_ready

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

 modules/access/dv.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/access/dv.c b/modules/access/dv.c
index 057a5ee..a0b004b 100644
--- a/modules/access/dv.c
+++ b/modules/access/dv.c
@@ -367,8 +367,6 @@ static void* Raw1394EventThread( vlc_object_t *p_this )
 
     AVCPlay( p_access, p_sys->i_node );
 
-    vlc_thread_ready( p_this );
-
     while( vlc_object_alive (p_sys->p_ev) )
     {
         while( ( result = poll( &(p_sys->raw1394_poll), 1, 200 ) ) < 0 )




More information about the vlc-devel mailing list