mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-16 07:42:36 +07:00
Merge "DO NOT MERGE Consume bytes for sps with unsupported resolution" into mnc-dev
This commit is contained in:
commit
7973e3adee
1 changed files with 1 additions and 2 deletions
|
|
@ -614,8 +614,7 @@ WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op)
|
|||
continue;
|
||||
}
|
||||
|
||||
if((IVD_RES_CHANGED == ret) ||
|
||||
(IHEVCD_UNSUPPORTED_DIMENSIONS == ret))
|
||||
if(IVD_RES_CHANGED == ret)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue