sm8350-common: Set max_retry_alloc_output_timeout to 0

Seems like original value makes some videos stop playing after a while?

Change-Id: Ic427e50475121e1a1d785b39a5fe807e6a09459e
This commit is contained in:
LuK1337 2022-07-19 13:34:03 +02:00 committed by Arian
parent 4246a7adf3
commit c04036a792

View File

@ -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}"