Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
192c8091
Commit
192c8091
authored
Nov 22, 2003
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* input_dec: set also p_dec->b_die.
parent
d3f5f59b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/input/input_dec.c
src/input/input_dec.c
+2
-1
No files found.
src/input/input_dec.c
View file @
192c8091
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* input_dec.c: Functions for the management of decoders
* input_dec.c: Functions for the management of decoders
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* Copyright (C) 1999-2001 VideoLAN
* $Id: input_dec.c,v 1.7
2 2003/11/21 15:32:08
fenrir Exp $
* $Id: input_dec.c,v 1.7
3 2003/11/22 20:26:39
fenrir Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
* Gildas Bazin <gbazin@netcourrier.com>
...
@@ -154,6 +154,7 @@ void input_EndDecoder( input_thread_t * p_input, es_descriptor_t * p_es )
...
@@ -154,6 +154,7 @@ void input_EndDecoder( input_thread_t * p_input, es_descriptor_t * p_es )
decoder_t
*
p_dec
=
p_es
->
p_decoder_fifo
->
p_dec
;
decoder_t
*
p_dec
=
p_es
->
p_decoder_fifo
->
p_dec
;
p_es
->
p_decoder_fifo
->
b_die
=
1
;
p_es
->
p_decoder_fifo
->
b_die
=
1
;
p_es
->
p_decoder_fifo
->
p_dec
->
b_die
=
1
;
/* Make sure the thread leaves the NextDataPacket() function by
/* Make sure the thread leaves the NextDataPacket() function by
* sending it a few null packets. */
* sending it a few null packets. */
...
...
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