Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
4810256b
Commit
4810256b
authored
Apr 14, 2012
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ram: Removing write only variable.
parent
0a3e0334
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/demux/playlist/ram.c
modules/demux/playlist/ram.c
+0
-2
No files found.
modules/demux/playlist/ram.c
View file @
4810256b
...
...
@@ -214,7 +214,6 @@ static int Demux( demux_t *p_demux )
char
*
psz_line
;
char
*
psz_artist
=
NULL
,
*
psz_album
=
NULL
,
*
psz_genre
=
NULL
,
*
psz_year
=
NULL
;
char
*
psz_author
=
NULL
,
*
psz_title
=
NULL
,
*
psz_copyright
=
NULL
,
*
psz_cdnum
=
NULL
,
*
psz_comments
=
NULL
;
int
i_parsed_duration
=
0
;
mtime_t
i_duration
=
-
1
;
const
char
**
ppsz_options
=
NULL
;
int
i_options
=
0
,
i_start
=
0
,
i_stop
=
0
;
...
...
@@ -372,7 +371,6 @@ static int Demux( demux_t *p_demux )
FREENULL
(
psz_cdnum
);
FREENULL
(
psz_comments
);
i_options
=
0
;
i_parsed_duration
=
0
;
i_duration
=
-
1
;
i_start
=
0
;
i_stop
=
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