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
281afe79
Commit
281afe79
authored
Jan 22, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opensles: cosmetics
parent
f7e7f726
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
modules/audio_output/opensles_android.c
modules/audio_output/opensles_android.c
+8
-6
No files found.
modules/audio_output/opensles_android.c
View file @
281afe79
...
@@ -54,15 +54,17 @@ struct aout_sys_t
...
@@ -54,15 +54,17 @@ struct aout_sys_t
SLObjectItf
outputMixObject
;
SLObjectItf
outputMixObject
;
SLAndroidSimpleBufferQueueItf
playerBufferQueue
;
SLAndroidSimpleBufferQueueItf
playerBufferQueue
;
SLObjectItf
playerObject
;
SLObjectItf
playerObject
;
SLPlayItf
playerPlay
;
SLPlayItf
playerPlay
;
aout_buffer_t
*
p_buffer_array
[
BUFF_QUEUE
];
aout_buffer_t
*
p_buffer_array
[
BUFF_QUEUE
];
int
i_toclean_buffer
;
int
i_toclean_buffer
;
int
i_toappend_buffer
;
int
i_toappend_buffer
;
SLInterfaceID
*
SL_IID_ENGINE
;
SLInterfaceID
*
SL_IID_ANDROIDSIMPLEBUFFERQUEUE
;
SLInterfaceID
*
SL_IID_ENGINE
;
SLInterfaceID
*
SL_IID_VOLUME
;
SLInterfaceID
*
SL_IID_ANDROIDSIMPLEBUFFERQUEUE
;
SLInterfaceID
*
SL_IID_PLAY
;
SLInterfaceID
*
SL_IID_VOLUME
;
void
*
p_so_handle
;
SLInterfaceID
*
SL_IID_PLAY
;
void
*
p_so_handle
;
};
};
typedef
SLresult
(
*
slCreateEngine_t
)(
typedef
SLresult
(
*
slCreateEngine_t
)(
...
...
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