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
719ff97c
Commit
719ff97c
authored
Feb 22, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove of excess whitespace
parent
246f8b26
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
modules/audio_output/alsa.c
modules/audio_output/alsa.c
+0
-1
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+2
-4
No files found.
modules/audio_output/alsa.c
View file @
719ff97c
...
...
@@ -982,7 +982,6 @@ static void GetDevicesForCard(module_config_t *p_item, int i_card)
p_item
->
i_list
++
;
p_item
->
ppsz_list
[
p_item
->
i_list
]
=
NULL
;
p_item
->
ppsz_list_text
[
p_item
->
i_list
]
=
NULL
;
}
snd_ctl_close
(
p_ctl
);
...
...
modules/demux/avi/avi.c
View file @
719ff97c
...
...
@@ -1318,8 +1318,6 @@ static int Seek( demux_t *p_demux, mtime_t i_date, int i_percent )
/*****************************************************************************
* Control:
*****************************************************************************
*
*****************************************************************************/
static
double
ControlGetPosition
(
demux_t
*
p_demux
)
{
...
...
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