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:
parent
4246a7adf3
commit
c04036a792
1 changed files with 5 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue