libstagefright: Add property to enable software decoder for video
Add sys property to enable software decoder for video in AwesomePlayer. Enable software decoder using the adb shell command: setprop sys.media.vdec.sw 1 Disable software decoder using the adb shell command: setprop sys.media.vdec.sw 0 Change-Id: I9ae6c139575761d2b374b447f38dc5d43172ab40
Loading
Please register or sign in to comment