summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/enc
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-12-02 14:48:23 -0800
committerJames Dong <jdong@google.com>2010-12-02 14:50:07 -0800
commit1cc73922339a110d7ffc47e8842f958492dd85bf (patch)
treeebca916029b5e609bd1528d1b004c15fe8661fda /media/libstagefright/codecs/avc/enc
parent3bac12183aa69cc83e1d19b49d4b06a75318d694 (diff)
downloadframeworks_av-1cc73922339a110d7ffc47e8842f958492dd85bf.zip
frameworks_av-1cc73922339a110d7ffc47e8842f958492dd85bf.tar.gz
frameworks_av-1cc73922339a110d7ffc47e8842f958492dd85bf.tar.bz2
If camera source uses the metadata, we must use HW encoder
Software video encoders are not able to deal with non-YUV metadata in the video buffer sent from camera bug - 3242213 Change-Id: I97361ed88b2a687190e5129459011afff7f32c2d
Diffstat (limited to 'media/libstagefright/codecs/avc/enc')
-rw-r--r--media/libstagefright/codecs/avc/enc/AVCEncoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/codecs/avc/enc/AVCEncoder.cpp b/media/libstagefright/codecs/avc/enc/AVCEncoder.cpp
index e6a0976..e3292e6 100644
--- a/media/libstagefright/codecs/avc/enc/AVCEncoder.cpp
+++ b/media/libstagefright/codecs/avc/enc/AVCEncoder.cpp
@@ -178,7 +178,7 @@ AVCEncoder::AVCEncoder(
mInputFrameData(NULL),
mGroup(NULL) {
- LOGV("Construct software AVCEncoder");
+ LOGI("Construct software AVCEncoder");
mHandle = new tagAVCHandle;
memset(mHandle, 0, sizeof(tagAVCHandle));