LGTM On Fri, Apr 19, 2024 at 9:47 PM Jun Zhao <myp...@gmail.com> wrote:
> From: Jun Zhao <mypopy...@gmail.com> > > We don't used the max_b_frames field in decoder normally > > Signed-off-by: Jun Zhao <barryjz...@tencent.com> > --- > libavcodec/vvc_parser.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavcodec/vvc_parser.c b/libavcodec/vvc_parser.c > index e3501fa139..a0e10e1a7c 100644 > --- a/libavcodec/vvc_parser.c > +++ b/libavcodec/vvc_parser.c > @@ -187,7 +187,6 @@ static void set_parser_ctx(AVCodecParserContext *s, > AVCodecContext *avctx, > > avctx->has_b_frames = (sps->sps_max_sublayers_minus1 + 1) > 2 ? 2 : > sps->sps_max_sublayers_minus1; > - avctx->max_b_frames = sps->sps_max_sublayers_minus1; > > if (sps->sps_ptl_dpb_hrd_params_present_flag && > sps->sps_timing_hrd_params_present_flag) { > -- > 2.25.1 > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".