Re: [FFmpeg-devel] [PATCH] av1dec: Fix RefFrameSignBias calculation

2024-04-22 Thread Mark Thompson
On 22/04/2024 21:36, Lynne wrote: > Apr 22, 2024, 22:31 by s...@jkqxz.net: > >> --- >> Actually match the specification. (Though I'm guessing this field isn't >> actually used if things pass anyway?) >> >> libavcodec/av1dec.c | 9 +++-- >> 1 file changed, 7 insertions(+), 2 deletions(-) >>

Re: [FFmpeg-devel] [PATCH] av1dec: Fix RefFrameSignBias calculation

2024-04-22 Thread Lynne
Apr 22, 2024, 22:31 by s...@jkqxz.net: > --- > Actually match the specification. (Though I'm guessing this field isn't > actually used if things pass anyway?) > > libavcodec/av1dec.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/av1dec.c

[FFmpeg-devel] [PATCH] av1dec: Fix RefFrameSignBias calculation

2024-04-22 Thread Mark Thompson
--- Actually match the specification. (Though I'm guessing this field isn't actually used if things pass anyway?) libavcodec/av1dec.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index 69da08b686..79a30a114d 100644 ---