diff options
author | Andreas Huber <andih@google.com> | 2012-04-19 12:52:20 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2012-04-19 12:53:59 -0700 |
commit | 5b8987e7de9d04b09153f329c680d2316cdb44ec (patch) | |
tree | 2b08e1f8abd0d4b869ce8923b1462530b916a7eb /cmds | |
parent | fd9e14bc28f377065e43ec6833d754ca151b3941 (diff) | |
download | frameworks_av-5b8987e7de9d04b09153f329c680d2316cdb44ec.zip frameworks_av-5b8987e7de9d04b09153f329c680d2316cdb44ec.tar.gz frameworks_av-5b8987e7de9d04b09153f329c680d2316cdb44ec.tar.bz2 |
Allow propagation of error information and description from the CryptoPlugin to
the higher layers.
Change-Id: I9f434ad55cdf575803c208bedf47b607baff2330
related-to-bug: 6365261
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/stagefright/codec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/stagefright/codec.cpp b/cmds/stagefright/codec.cpp index ebb5d58..5a43829 100644 --- a/cmds/stagefright/codec.cpp +++ b/cmds/stagefright/codec.cpp @@ -28,6 +28,7 @@ #include <media/stagefright/foundation/ADebug.h> #include <media/stagefright/foundation/ALooper.h> #include <media/stagefright/foundation/AMessage.h> +#include <media/stagefright/foundation/AString.h> #include <media/stagefright/DataSource.h> #include <media/stagefright/MediaCodec.h> #include <media/stagefright/MediaCodecList.h> |