summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-12-13 13:03:56 -0800
committerSteve Kondik <steve@cyngn.com>2015-12-13 13:16:01 -0800
commit90ef5244517520eb54f7516465050b911f68de51 (patch)
tree3c8a67ccf7a234496884e716eed7f5fab1ec530d /media/libstagefright/ACodec.cpp
parent715a22fefe8118d07370a95b48135607ba5fb956 (diff)
downloadframeworks_av-90ef5244517520eb54f7516465050b911f68de51.zip
frameworks_av-90ef5244517520eb54f7516465050b911f68de51.tar.gz
frameworks_av-90ef5244517520eb54f7516465050b911f68de51.tar.bz2
stagefright: Finish "Port AOSP fixes"
* Fill in stubs for CAF commit bd019775a921ae9165e924e4d37bc838a7ef5781 Change-Id: Ia97d965d121aa3c3c2fc0ab8b164244416852ca5
Diffstat (limited to 'media/libstagefright/ACodec.cpp')
-rw-r--r--media/libstagefright/ACodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/ACodec.cpp b/media/libstagefright/ACodec.cpp
index ea91085..672e50a 100644
--- a/media/libstagefright/ACodec.cpp
+++ b/media/libstagefright/ACodec.cpp
@@ -3778,7 +3778,7 @@ status_t ACodec::setupErrorCorrectionParameters() {
errorCorrectionType.bEnableHEC = OMX_FALSE;
errorCorrectionType.bEnableResync = OMX_TRUE;
- errorCorrectionType.nResynchMarkerSpacing = 256;
+ errorCorrectionType.nResynchMarkerSpacing = 0;
errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
errorCorrectionType.bEnableRVLC = OMX_FALSE;