Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
70127d0a
Commit
70127d0a
authored
Jan 29, 2004
by
Laurent Aimar
Browse files
* input_programs.c: AddES sets default i_stream_id (make valgrind happy ;)
parent
8f735381
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input_programs.c
View file @
70127d0a
...
...
@@ -2,7 +2,7 @@
* input_programs.c: es_descriptor_t, pgrm_descriptor_t management
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: input_programs.c,v 1.13
0
2004/01/2
6 21:37:58 hartman
Exp $
* $Id: input_programs.c,v 1.13
1
2004/01/2
9 15:10:17 fenrir
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -617,6 +617,7 @@ es_descriptor_t * input_AddES( input_thread_t * p_input,
/* Init its values */
p_es
->
i_id
=
i_es_id
;
p_es
->
i_stream_id
=
0
;
p_es
->
p_pes
=
NULL
;
p_es
->
p_dec
=
NULL
;
p_es
->
i_cat
=
i_category
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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