summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-11-03 17:48:54 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-11-03 17:48:54 -0800
commitfc4da68969ef979905ce29018a22460fe8c73dba (patch)
tree51d6ef569397a4cfffc66af28581ba7f41e44c33 /include
parentf140e521f51b2d48c1f983c2790f4ab55b6dfac9 (diff)
parenta729f437f5f46efbd366721d7d4f398186ce77cd (diff)
downloadframeworks_av-fc4da68969ef979905ce29018a22460fe8c73dba.zip
frameworks_av-fc4da68969ef979905ce29018a22460fe8c73dba.tar.gz
frameworks_av-fc4da68969ef979905ce29018a22460fe8c73dba.tar.bz2
Merge "nuplayer: Drop frames with DATACORRUPT flag"
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MediaCodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaCodec.h b/include/media/stagefright/MediaCodec.h
index b0ae83b..9c489e5 100644
--- a/include/media/stagefright/MediaCodec.h
+++ b/include/media/stagefright/MediaCodec.h
@@ -52,6 +52,7 @@ struct MediaCodec : public AHandler {
BUFFER_FLAG_CODECCONFIG = 2,
BUFFER_FLAG_EOS = 4,
BUFFER_FLAG_EXTRADATA = 0x1000,
+ BUFFER_FLAG_DATACORRUPT = 0x2000,
};
enum {