Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
da546e4e
Commit
da546e4e
authored
Feb 14, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed useless non-const static variable in decoder.c
parent
dd4e022c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/input/decoder.c
src/input/decoder.c
+2
-2
No files found.
src/input/decoder.c
View file @
da546e4e
...
...
@@ -77,8 +77,6 @@ static void vout_unlink_picture( decoder_t *, picture_t * );
static
subpicture_t
*
spu_new_buffer
(
decoder_t
*
);
static
void
spu_del_buffer
(
decoder_t
*
,
subpicture_t
*
);
static
es_format_t
null_es_format
;
struct
decoder_owner_sys_t
{
int64_t
i_preroll_end
;
...
...
@@ -694,6 +692,8 @@ static decoder_t * CreateDecoder( input_thread_t *p_input,
{
decoder_t
*
p_dec
;
decoder_owner_sys_t
*
p_owner
;
es_format_t
null_es_format
;
int
i
;
p_dec
=
vlc_object_create
(
p_input
,
i_object_type
);
...
...
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