summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-09-28 09:16:21 -0700
committerAndreas Huber <andih@google.com>2010-09-28 11:26:03 -0700
commitdb6222212528637d8f2afa7f49fc3c8c915bafbe (patch)
treeb60b0bc64fb9e028a566002cd61e614e593f4618 /include
parent02fa834249a01144d6f23137951538600aa5d611 (diff)
downloadframeworks_av-db6222212528637d8f2afa7f49fc3c8c915bafbe.zip
frameworks_av-db6222212528637d8f2afa7f49fc3c8c915bafbe.tar.gz
frameworks_av-db6222212528637d8f2afa7f49fc3c8c915bafbe.tar.bz2
Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files.
related-to-bug: 3036592 Change-Id: Ib142b171c829ed74156c0281d9d4543fcc96c802
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MetaData.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h
index 1594e31..ab2f11d 100644
--- a/include/media/stagefright/MetaData.h
+++ b/include/media/stagefright/MetaData.h
@@ -95,6 +95,8 @@ enum {
// Ogg files can be tagged to be automatically looping...
kKeyAutoLoop = 'autL', // bool (int32_t)
+
+ kKeyValidSamples = 'valD', // int32_t
};
enum {