summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/DummyAudioSource.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-02-09 23:54:07 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-09 23:54:07 -0800
commit49f000409c48afd40366baef2e8fc8ea838b782f (patch)
tree4771122734e5028cdf139a2c455e3cc65eb067a2 /libvideoeditor/lvpp/DummyAudioSource.cpp
parentff65330bfdd2841110d8ff2a1aba3543b2cb3156 (diff)
parentc4689fae1bdb8d1c94eb28af1b2a1f30d2b1a3da (diff)
downloadframeworks_av-49f000409c48afd40366baef2e8fc8ea838b782f.zip
frameworks_av-49f000409c48afd40366baef2e8fc8ea838b782f.tar.gz
frameworks_av-49f000409c48afd40366baef2e8fc8ea838b782f.tar.bz2
Merge "Move away from MediaDebug and use ADebug instead"
Diffstat (limited to 'libvideoeditor/lvpp/DummyAudioSource.cpp')
-rwxr-xr-xlibvideoeditor/lvpp/DummyAudioSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/lvpp/DummyAudioSource.cpp b/libvideoeditor/lvpp/DummyAudioSource.cpp
index 1c497f9..dbcab68 100755
--- a/libvideoeditor/lvpp/DummyAudioSource.cpp
+++ b/libvideoeditor/lvpp/DummyAudioSource.cpp
@@ -17,8 +17,8 @@
// #define LOG_NDEBUG 0
#define LOG_TAG "DummyAudioSource"
#include <utils/Log.h>
+#include <media/stagefright/foundation/ADebug.h>
#include <media/stagefright/MediaErrors.h>
-#include <media/stagefright/MediaDebug.h>
#include <media/stagefright/MediaDefs.h>
#include <media/stagefright/MediaBufferGroup.h>
#include <media/stagefright/MetaData.h>