Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
35da541a
Commit
35da541a
authored
Jan 21, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aout: fix comment
parent
f45d6001
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlc-android/jni/aout.c
vlc-android/jni/aout.c
+1
-1
No files found.
vlc-android/jni/aout.c
View file @
35da541a
...
...
@@ -87,7 +87,7 @@ int aout_open(void **opaque, char *format, unsigned *rate, unsigned *nb_channels
}
/* Use a global reference to not reallocate memory each time we run
the
dis
play function. */
the play function. */
p_sys
->
buffer
=
(
*
p_env
)
->
NewGlobalRef
(
p_env
,
buffer
);
if
(
p_sys
->
buffer
==
NULL
)
{
...
...
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