Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ec5beee7
Commit
ec5beee7
authored
Jul 03, 2003
by
Laurent Aimar
Browse files
* ps: fix a dead loop with mis-detected file or bad content.
parent
73476da3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mpeg/system.c
View file @
ec5beee7
...
...
@@ -2,7 +2,7 @@
* system.c: helper module for TS, PS and PES management
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: system.c,v 1.1
4
2003/0
5
/0
5 22:23:36 gbazin
Exp $
* $Id: system.c,v 1.1
5
2003/0
7
/0
3 00:11:38 fenrir
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Lespinasse <walken@via.ecp.fr>
...
...
@@ -781,6 +781,7 @@ static ssize_t ReadPS( input_thread_t * p_input, data_packet_t ** pp_data )
else
{
msg_Err
(
p_input
,
"unable to determine stream type"
);
p_input
->
p_current_data
++
;
return
(
-
1
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment