commit | 984eae0d1715c2caa6da6cccb55b919db9da1da2 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed May 04 15:37:39 2011 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Wed Jun 01 14:07:00 2011 -0700 |
tree | 0cdf29d19c54e757b991368641814dd6f2ef9c86 | |
parent | 883d7c1b80e5533807fa5351fd640eea6d358d96 [diff] [blame] |
Use AudioTrack::event_type not int in callback Change-Id: I09ff321f9457c0a9ee58e59bee38ed53799e494b
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.cpp b/libvideoeditor/lvpp/VideoEditorPlayer.cpp index 912aab0..033445e 100755 --- a/libvideoeditor/lvpp/VideoEditorPlayer.cpp +++ b/libvideoeditor/lvpp/VideoEditorPlayer.cpp
@@ -525,7 +525,7 @@ // static void VideoEditorPlayer::VeAudioOutput::CallbackWrapper( - int event, void *cookie, void *info) { + AudioTrack::event_type event, void *cookie, void *info) { //LOGV("VeAudioOutput::callbackwrapper"); if (event != AudioTrack::EVENT_MORE_DATA) { return;