mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
WIP: exynos: SEC_OMX_H264dec.c solve dump when decoding hd and fullhd h264
Trying to open a video in Movie Studio gives a FC if video was taken in resolution 1280x720 or 1900x1080. I've tested it on my i9300. But don't know the impact on other devices. Change-Id: Ic2c49b17341846127817391a30d3d78c0c49138e
This commit is contained in:
parent
bf4502e660
commit
f1b9dcdf72
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
#define SEC_LOG_OFF
|
||||
#include "SEC_OSAL_Log.h"
|
||||
|
||||
#define H264_DEC_NUM_OF_EXTRA_BUFFERS 7
|
||||
#define H264_DEC_NUM_OF_EXTRA_BUFFERS 1
|
||||
|
||||
#ifdef S3D_SUPPORT
|
||||
#define ADD_SPS_PPS_I_FRAME
|
||||
|
|
Loading…
Reference in a new issue