Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
1b7b08f5
Commit
1b7b08f5
authored
Dec 21, 2000
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed a bug which prevented the input to exit normally (non-selected
ES in the pp_selected_es array).
parent
9679481f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/input/input_programs.c
src/input/input_programs.c
+5
-2
No files found.
src/input/input_programs.c
View file @
1b7b08f5
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* input_programs.c: es_descriptor_t, pgrm_descriptor_t management
* input_programs.c: es_descriptor_t, pgrm_descriptor_t management
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_programs.c,v 1.
8 2000/12/20 23:24:23 reno
Exp $
* $Id: input_programs.c,v 1.
9 2000/12/21 12:38:27 massiot
Exp $
*
*
* Authors:
* Authors:
*
*
...
@@ -472,6 +472,9 @@ int input_SelectES( input_thread_t * p_input, es_descriptor_t * p_es )
...
@@ -472,6 +472,9 @@ int input_SelectES( input_thread_t * p_input, es_descriptor_t * p_es )
break
;
break
;
}
}
if
(
p_es
->
p_decoder_fifo
!=
NULL
)
{
*
p_spot
=
p_es
;
*
p_spot
=
p_es
;
}
return
(
0
);
return
(
0
);
}
}
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