summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/DummyVideoSource.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/DummyVideoSource.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/DummyVideoSource.cpp')
-rwxr-xr-xlibvideoeditor/lvpp/DummyVideoSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/lvpp/DummyVideoSource.cpp b/libvideoeditor/lvpp/DummyVideoSource.cpp
index 339d8fe..b06f937 100755
--- a/libvideoeditor/lvpp/DummyVideoSource.cpp
+++ b/libvideoeditor/lvpp/DummyVideoSource.cpp
@@ -18,8 +18,8 @@
#define LOG_TAG "DummyVideoSource"
#include <stdlib.h>
#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/MediaBuffer.h>
#include <media/stagefright/MediaBufferGroup.h>