Re: [FFmpeg-devel] [PATCH] avformat: Fix AV1 RTP wrong log condition

2025-04-05 Thread Marvin Scholz
On 1 Apr 2025, at 11:26, Chris Hodges wrote: > Fixed warning about OBU count being wrong, which can only be > determined when the number of OBUs in the header is non-zero, > not the other way round. > > Signed-off-by: Chris Hodges > --- > libavformat/rtpdec_av1.c | 2 +- > 1 file changed, 1 inse

[FFmpeg-devel] [PATCH] avformat: Fix AV1 RTP wrong log condition

2025-04-01 Thread Chris Hodges
Fixed warning about OBU count being wrong, which can only be determined when the number of OBUs in the header is non-zero, not the other way round. Signed-off-by: Chris Hodges --- libavformat/rtpdec_av1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtpdec_av1