Skip to content

Commit

Permalink
avicii: Use AOSP default Codec2/OMX ranks
Browse files Browse the repository at this point in the history
debug.stagefright.ccodec=4
is the default value in frameworks.

debug.stagefright.omx_default_rank=0
was used to rank OMX SW codecs lower than OMX HW codecs
but we have removed all OMX SW codecs now.

Change-Id: Idf55ec02c2c0f4d2fa73f949cffef0d820a54570
  • Loading branch information
mikeNG authored and Ultimator14 committed Oct 6, 2024
1 parent 0c915b3 commit 61cef0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ vendor.opengles.version=196610
# Incremental FS
ro.incremental.enable=yes

# Media
debug.stagefright.ccodec=4
debug.stagefright.omx_default_rank=0

# Netflix
ro.netflix.bsp_rev=Q7250-19133-1

Expand Down

0 comments on commit 61cef0e

Please sign in to comment.