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
14215b31
Commit
14215b31
authored
Sep 28, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include input_clock.h only where needed.
parent
e1c50ab4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/input/decoder.c
src/input/decoder.c
+1
-0
src/input/es_out.c
src/input/es_out.c
+1
-0
src/input/input_internal.h
src/input/input_internal.h
+0
-2
No files found.
src/input/decoder.c
View file @
14215b31
...
...
@@ -44,6 +44,7 @@
#include "audio_output/aout_internal.h"
#include "stream_output/stream_output.h"
#include "input_internal.h"
#include "input_clock.h"
#include "input_decoder.h"
static
decoder_t
*
CreateDecoder
(
input_thread_t
*
,
es_format_t
*
,
int
,
sout_instance_t
*
p_sout
);
...
...
src/input/es_out.c
View file @
14215b31
...
...
@@ -39,6 +39,7 @@
#include <vlc_aout.h>
#include "input_internal.h"
#include "input_clock.h"
#include "input_decoder.h"
#include "../stream_output/stream_output.h"
...
...
src/input/input_internal.h
View file @
14215b31
...
...
@@ -32,8 +32,6 @@
#include <vlc_demux.h>
#include <vlc_input.h>
#include "input_clock.h"
/*****************************************************************************
* Private input fields
*****************************************************************************/
...
...
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