Re: [FFmpeg-devel] [PATCH v2 2/2] hevc_ps: fix fixed_rate check

2023-09-10 Thread Derek Buitenhuis
On 9/10/2023 4:32 PM, Lynne wrote: > Both patches lgtm Pushed. ___ 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

Re: [FFmpeg-devel] [PATCH v2 2/2] hevc_ps: fix fixed_rate check

2023-09-10 Thread Lynne
Sep 10, 2023, 17:26 by llyyr.pub...@gmail.com: > Fixes: fc429d785e9e24c5520ce716d4bc3b5547e581eb > > Since fc429d785e9e24c5520ce716d4bc3b5547e581eb splits the fixed_rate > flag into general and within_cvs, check for both. > --- > libavcodec/hevc_ps.c | 3 ++- > 1 file changed, 2 insertions(+), 1

[FFmpeg-devel] [PATCH v2 2/2] hevc_ps: fix fixed_rate check

2023-09-10 Thread llyyr
Fixes: fc429d785e9e24c5520ce716d4bc3b5547e581eb Since fc429d785e9e24c5520ce716d4bc3b5547e581eb splits the fixed_rate flag into general and within_cvs, check for both. --- libavcodec/hevc_ps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/hevc_ps.c b/libavcodec/h