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
tirimbino
Javier Ferrer 11 years ago committed by Utkarsh Gupta
parent bf4502e660
commit f1b9dcdf72
  1. 2
      exynos/multimedia/openmax/component/video/dec/h264/SEC_OMX_H264dec.c

@ -55,7 +55,7 @@
#define SEC_LOG_OFF #define SEC_LOG_OFF
#include "SEC_OSAL_Log.h" #include "SEC_OSAL_Log.h"
#define H264_DEC_NUM_OF_EXTRA_BUFFERS 7 #define H264_DEC_NUM_OF_EXTRA_BUFFERS 1
#ifdef S3D_SUPPORT #ifdef S3D_SUPPORT
#define ADD_SPS_PPS_I_FRAME #define ADD_SPS_PPS_I_FRAME

Loading…
Cancel
Save