Re: [FFmpeg-devel] [PATCH 4/4] lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output

2024-04-21 Thread Nuo Mi
Thank you for the clip. Applied all except the libxevd one On Sun, Apr 21, 2024 at 10:34 AM myp...@gmail.com wrote: > Send it privately via email > > > On Sat, Apr 20, 2024 at 11:55 AM Nuo Mi wrote: > > > > Hi Barry and Eliny, > > LGTM. > > Thank you for the patch. > > Is it possible to

Re: [FFmpeg-devel] [PATCH 4/4] lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output

2024-04-20 Thread myp...@gmail.com
Send it privately via email On Sat, Apr 20, 2024 at 11:55 AM Nuo Mi wrote: > > Hi Barry and Eliny, > LGTM. > Thank you for the patch. > Is it possible to provide the clip so we can add it to our CI? > > ci like https://github.com/ffvvc/FFmpeg/actions > > > On Fri, Apr 19, 2024 at 9:48 PM Jun

Re: [FFmpeg-devel] [PATCH 4/4] lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output

2024-04-19 Thread Nuo Mi
Hi Barry and Eliny, LGTM. Thank you for the patch. Is it possible to provide the clip so we can add it to our CI? ci like https://github.com/ffvvc/FFmpeg/actions On Fri, Apr 19, 2024 at 9:48 PM Jun Zhao wrote: > From: Jun Zhao > > Use dpb_max_num_reorder_pics to control output instead of >

[FFmpeg-devel] [PATCH 4/4] lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output

2024-04-19 Thread Jun Zhao
From: Jun Zhao Use dpb_max_num_reorder_pics to control output instead of dpb_max_dec_pic_buffering, when dpb_max_dec_pic_buffering is much larger than dpb_max_num_reorder_pics, it may cause dpb overflow error. Signed-off-by: Jun Zhao Signed-off-by: elinyhuang --- libavcodec/vvc/refs.c | 2 +-