summaryrefslogtreecommitdiff
path: root/lvpp/VideoEditorPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvpp/VideoEditorPlayer.h')
-rwxr-xr-xlvpp/VideoEditorPlayer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lvpp/VideoEditorPlayer.h b/lvpp/VideoEditorPlayer.h
index e1908b7..6b10b36 100755
--- a/lvpp/VideoEditorPlayer.h
+++ b/lvpp/VideoEditorPlayer.h
@@ -51,8 +51,7 @@ class VideoEditorPlayer : public MediaPlayerInterface {
virtual status_t open(
uint32_t sampleRate, int channelCount,
int format, int bufferCount,
- AudioCallback cb, void *cookie,
- LatencyCallback latencyCb = NULL);
+ AudioCallback cb, void *cookie);
virtual void start();
virtual ssize_t write(const void* buffer, size_t size);