Commit 45b56455 authored by James Almer's avatar James Almer

avcodec/vvc_refs: don't ask for a "Inter layer ref" sample

The FATE suite has two already.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 238bb653
......@@ -455,7 +455,8 @@ int ff_vvc_slice_rpl(VVCContext *s, VVCFrameContext *fc, SliceContext *sc)
if (ret < 0)
return ret;
} else {
avpriv_request_sample(fc->log_ctx, "Inter layer ref");
// OPI_B_3.bit and VPS_A_3.bit should cover this
avpriv_report_missing_feature(fc->log_ctx, "Inter layer ref");
ret = AVERROR_PATCHWELCOME;
return ret;
}
......
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