Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
86b9f5b2
Commit
86b9f5b2
authored
Jan 24, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auhal: packet.c is no longer needed
parent
cebc33a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
modules/audio_output/Modules.am
modules/audio_output/Modules.am
+1
-1
modules/audio_output/auhal.c
modules/audio_output/auhal.c
+0
-1
No files found.
modules/audio_output/Modules.am
View file @
86b9f5b2
SOURCES_waveout = waveout.c windows_audio_common.h
SOURCES_auhal = TPCircularBuffer.h TPCircularBuffer.c auhal.c
packet.c
SOURCES_auhal = TPCircularBuffer.h TPCircularBuffer.c auhal.c
SOURCES_audioqueue = audioqueue.c
libopensles_android_plugin_la_SOURCES = opensles_android.c
...
...
modules/audio_output/auhal.c
View file @
86b9f5b2
...
...
@@ -69,7 +69,6 @@
*****************************************************************************/
struct
aout_sys_t
{
aout_packet_t
packet
;
AudioObjectID
i_default_dev
;
/* DeviceID of defaultOutputDevice */
AudioObjectID
i_selected_dev
;
/* DeviceID of the selected device */
bool
b_selected_dev_is_digital
;
...
...
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