summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AVCDecoder.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-12-11 09:45:19 -0800
committerAndreas Huber <andih@google.com>2009-12-11 09:58:36 -0800
commit72124cf05cd5b40f2902198aca2797616b813457 (patch)
treeafc27f32795be17b1e860f6970a30824613a9dc0 /media/libstagefright/include/AVCDecoder.h
parent08411b75d4c30ce26180639f158e2f33d190eee8 (diff)
downloadframeworks_av-72124cf05cd5b40f2902198aca2797616b813457.zip
frameworks_av-72124cf05cd5b40f2902198aca2797616b813457.tar.gz
frameworks_av-72124cf05cd5b40f2902198aca2797616b813457.tar.bz2
Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op.
Diffstat (limited to 'media/libstagefright/include/AVCDecoder.h')
-rw-r--r--media/libstagefright/include/AVCDecoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/libstagefright/include/AVCDecoder.h b/media/libstagefright/include/AVCDecoder.h
index 0146f77..ee3cd47 100644
--- a/media/libstagefright/include/AVCDecoder.h
+++ b/media/libstagefright/include/AVCDecoder.h
@@ -26,8 +26,6 @@ struct tagAVCHandle;
namespace android {
-struct MediaBufferGroup;
-
struct AVCDecoder : public MediaSource,
public MediaBufferObserver {
AVCDecoder(const sp<MediaSource> &source);