diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c index 5dde0cd49a..b940c9b278 100644 --- a/libavcodec/hevc_ps.c +++ b/libavcodec/hevc_ps.c @@ -320,7 +320,7 @@ int ff_hevc_decode_nal_vps(HEVCContext *s) AVBufferRef *vps_buf = av_buffer_allocz(sizeof(*vps)); if (!vps_buf) - return AVERROR(ENOMEM); + return AVERROR(ENOMEM); vps = (HEVCVPS*)vps_buf->data; av_log(s->avctx, AV_LOG_DEBUG, "Decoding VPS\n");