[vlc-devel] commit: Remove duplicate b_die check ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jul 5 13:53:07 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jul 5 14:44:38 2008 +0300| [8595cddcc5f5c3492fa23ea72f3c4d9dc2ce1dd9]
Remove duplicate b_die check
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8595cddcc5f5c3492fa23ea72f3c4d9dc2ce1dd9
---
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 ddd725f..911a7f8 100644
--- a/modules/access/dv.c
+++ b/modules/access/dv.c
@@ -377,8 +377,6 @@ static int Raw1394EventThread( vlc_object_t *p_this )
perror( "error: raw1394 poll" );
msg_Err( p_access, "retrying device raw1394" );
}
- if( p_sys->p_ev->b_die )
- break;
}
if( !vlc_object_alive (p_sys->p_ev) )
break;
More information about the vlc-devel
mailing list