summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-07-15 19:08:20 -0700
committerJames Dong <jdong@google.com>2010-07-20 08:39:57 -0700
commitfaed5cd124a54b8db3429f4c26b3220bbec4c8bb (patch)
treef0d4576711cdcc0af89e9f509d5a94eae995bdeb /media/libstagefright/codecs
parent59f566c4ec3dfc097ad8163523e522280b27e5c3 (diff)
downloadframeworks_av-faed5cd124a54b8db3429f4c26b3220bbec4c8bb.zip
frameworks_av-faed5cd124a54b8db3429f4c26b3220bbec4c8bb.tar.gz
frameworks_av-faed5cd124a54b8db3429f4c26b3220bbec4c8bb.tar.bz2
Progress status notification
- Keep track of per-track progress Change-Id: Ibd36f0e8c78581928c8aa2f5e23c5e7e0615c2cc
Diffstat (limited to 'media/libstagefright/codecs')
-rw-r--r--media/libstagefright/codecs/m4v_h263/enc/M4vH263Encoder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libstagefright/codecs/m4v_h263/enc/M4vH263Encoder.cpp b/media/libstagefright/codecs/m4v_h263/enc/M4vH263Encoder.cpp
index e375250..5002442 100644
--- a/media/libstagefright/codecs/m4v_h263/enc/M4vH263Encoder.cpp
+++ b/media/libstagefright/codecs/m4v_h263/enc/M4vH263Encoder.cpp
@@ -267,7 +267,6 @@ sp<MetaData> M4vH263Encoder::getFormat() {
status_t M4vH263Encoder::read(
MediaBuffer **out, const ReadOptions *options) {
- CHECK(!options);
*out = NULL;
MediaBuffer *outputBuffer;