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
848a009a
Commit
848a009a
authored
Nov 12, 2001
by
Christophe Massiot
Browse files
Corrected a typo.
parent
ca194833
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/mpeg_system.c
View file @
848a009a
...
...
@@ -2,7 +2,7 @@
* mpeg_system.c: TS, PS and PES management
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: mpeg_system.c,v 1.6
3
2001/11/12
03:07:13 stef
Exp $
* $Id: mpeg_system.c,v 1.6
4
2001/11/12
10:33:42 massiot
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Michel Lespinasse <walken@via.ecp.fr>
...
...
@@ -1499,7 +1499,6 @@ static void input_DecodePMT( input_thread_t * p_input, es_descriptor_t * p_es )
p_new_es
->
i_cat
=
VIDEO_ES
;
input_SelectES
(
p_input
,
p_new_es
);
break
;
p_new_es
->
i_stream_id
=
0xBD
;
case
MPEG1_AUDIO_ES
:
case
MPEG2_AUDIO_ES
:
p_new_es
->
i_cat
=
AUDIO_ES
;
...
...
Write
Preview
Markdown
is supported
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