[vlc-devel] commit: Cosmetic change ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Dec 8 19:18:59 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Dec 8 20:18:51 2008 +0200| [155b7890a20ed25366e0ac73b1247d6d961c9dc2] | committer: Rémi Denis-Courmont
Cosmetic change
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=155b7890a20ed25366e0ac73b1247d6d961c9dc2
---
src/input/demux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/demux.c b/src/input/demux.c
index feaa251..49fdf28 100644
--- a/src/input/demux.c
+++ b/src/input/demux.c
@@ -557,7 +557,7 @@ static void* DStreamThread( vlc_object_t* p_this )
/* Main loop */
while( !s->b_die && !p_demux->b_die )
{
- if( p_demux->pf_demux( p_demux ) <= 0 ) break;
+ if( demux_Demux( p_demux ) <= 0 ) break;
}
vlc_restorecancel( canc );
More information about the vlc-devel
mailing list