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
f52f267a
Commit
f52f267a
authored
Dec 07, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
if-deffed a unused variable.
parent
28fe4716
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/access/mms/asf.c
modules/access/mms/asf.c
+3
-1
No files found.
modules/access/mms/asf.c
View file @
f52f267a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* asf.c: MMS access plug-in
* asf.c: MMS access plug-in
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* Copyright (C) 2001, 2002 VideoLAN
* $Id: asf.c,v 1.
1 2003/04/20 19:29:43 fenrir
Exp $
* $Id: asf.c,v 1.
2 2003/12/07 18:55:59 jpsaman
Exp $
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
...
@@ -178,7 +178,9 @@ void E_( asf_StreamSelect ) ( asf_header_t *hdr,
...
@@ -178,7 +178,9 @@ void E_( asf_StreamSelect ) ( asf_header_t *hdr,
int
i
;
int
i
;
int
i_audio
,
i_video
;
int
i_audio
,
i_video
;
int
i_bitrate_total
;
int
i_bitrate_total
;
#if 0
char *psz_stream;
char *psz_stream;
#endif
i_audio
=
0
;
i_audio
=
0
;
i_video
=
0
;
i_video
=
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