summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2014-08-22 12:49:26 -0700
committerRonghua Wu <ronghuawu@google.com>2014-08-28 10:28:36 -0700
commit031be0f358b07732092a4d1bf02fc99f109a63c4 (patch)
tree0f43a8d5f0bd944969863403517ba52d210904b8 /media/libstagefright/codecs/m4v_h263
parentd42173a44721af1a600b9c8599bc736394fcc724 (diff)
downloadframeworks_av-031be0f358b07732092a4d1bf02fc99f109a63c4.zip
frameworks_av-031be0f358b07732092a4d1bf02fc99f109a63c4.tar.gz
frameworks_av-031be0f358b07732092a4d1bf02fc99f109a63c4.tar.bz2
Add adaptive playback support to VPX decoder.
Bug: 13842676 Change-Id: I9c054ea489fd3a71b3b2394f15a85b84d42edb5a
Diffstat (limited to 'media/libstagefright/codecs/m4v_h263')
-rw-r--r--media/libstagefright/codecs/m4v_h263/enc/SoftMPEG4Encoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libstagefright/codecs/m4v_h263/enc/SoftMPEG4Encoder.h b/media/libstagefright/codecs/m4v_h263/enc/SoftMPEG4Encoder.h
index cc4ea8f..c59a1b9 100644
--- a/media/libstagefright/codecs/m4v_h263/enc/SoftMPEG4Encoder.h
+++ b/media/libstagefright/codecs/m4v_h263/enc/SoftMPEG4Encoder.h
@@ -56,10 +56,6 @@ private:
kNumBuffers = 2,
};
- enum {
- kStoreMetaDataExtensionIndex = OMX_IndexVendorStartUnused + 1
- };
-
// OMX input buffer's timestamp and flags
typedef struct {
int64_t mTimeUs;