diff --git a/extract-files.sh b/extract-files.sh index 9cfa2f4..33410fa 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -67,6 +67,11 @@ function blob_fixup() { |vendor/etc/camera/pureView_parameter.xml) sed -i 's/=\([0-9]\+\)>/="\1">/g' "${2}" ;; + vendor/etc/media_lahaina/video_system_specs.json \ + |vendor/etc/media_shima_v1/video_system_specs.json \ + |vendor/etc/media_yupik_v1/video_system_specs.json) + sed -i "/max_retry_alloc_output_timeout/ s/10000/0/" "${2}" + ;; vendor/etc/vintf/manifest/c2_manifest_vendor.xml) sed -ni '/ozoaudio/!p' "${2}" sed -ni '/dolby/!p' "${2}"