commit | 8dcbd11c186e26b67de813adaec66dd578415cd7 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed Jan 04 09:30:49 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Thu Jan 12 10:31:55 2012 -0800 |
tree | f7e1a89f6fa2ae4d5632d303fcdd54ef2d1c4671 | |
parent | c0f8fbe3ded614201abac794c34669c8a9fdb696 [diff] [blame] |
Use audio_format_t consistently Change-Id: Idb08c49fe1a2c87ea2bb080815a5a6f95409834c
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.h b/libvideoeditor/lvpp/VideoEditorPlayer.h index 6b10b36..684a2e6 100755 --- a/libvideoeditor/lvpp/VideoEditorPlayer.h +++ b/libvideoeditor/lvpp/VideoEditorPlayer.h
@@ -50,7 +50,7 @@ virtual status_t open( uint32_t sampleRate, int channelCount, - int format, int bufferCount, + audio_format_t format, int bufferCount, AudioCallback cb, void *cookie); virtual void start();