[Android] AudioTrack: kill a whitespace error

Edward Wang git at videolan.org
Mon Jun 11 22:03:09 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon Jun 11 16:01:25 2012 -0400| [befb97de400c19ce1f9411ef7a8d5aad8a6e5311] | committer: Edward Wang

AudioTrack: kill a whitespace error

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=befb97de400c19ce1f9411ef7a8d5aad8a6e5311
---

 patches/0002-Android-add-native-AudioTrack-aout-module.patch |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/patches/0002-Android-add-native-AudioTrack-aout-module.patch b/patches/0002-Android-add-native-AudioTrack-aout-module.patch
index a3d9c08..61c87a3 100644
--- a/patches/0002-Android-add-native-AudioTrack-aout-module.patch
+++ b/patches/0002-Android-add-native-AudioTrack-aout-module.patch
@@ -48,10 +48,10 @@ index ea30d4d..85f2b3d 100644
  libadummy_plugin_la_CFLAGS = $(AM_CFLAGS)
 diff --git a/modules/audio_output/audiotrack.c b/modules/audio_output/audiotrack.c
 new file mode 100644
-index 0000000..2e5cab1
+index 0000000..78289af
 --- /dev/null
 +++ b/modules/audio_output/audiotrack.c
-@@ -0,0 +1,302 @@
+@@ -0,0 +1,301 @@
 +/*****************************************************************************
 + * audiotrack.c: Android native AudioTrack audio output module
 + *****************************************************************************
@@ -353,7 +353,6 @@ index 0000000..2e5cab1
 +
 +    block_Release( p_buffer );
 +}
-+
 -- 
-1.7.10.2
+1.7.5.4
 



More information about the Android mailing list