Commit 36ed8ae5 authored by Steven Liu's avatar Steven Liu

avcodec/hevcdec: remove unneeded code

Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent d92b2296
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment