Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f52f267a
Commit
f52f267a
authored
Dec 07, 2003
by
Jean-Paul Saman
Browse files
if-deffed a unused variable.
parent
28fe4716
Changes
1
Hide whitespace changes
Inline
Side-by-side
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