avcodec/hevcdec: remove unneeded code

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
Steven Liu 2019-10-10 15:23:42 +08:00
parent d92b2296f8
commit 36ed8ae52c
1 changed files with 0 additions and 1 deletions

View File

@ -561,7 +561,6 @@ static av_always_inline int ff_hevc_nal_is_nonref(enum HEVCNALUnitType type)
case HEVC_NAL_VCL_N12:
case HEVC_NAL_VCL_N14:
return 1;
break;
default: break;
}
return 0;