Re: [FFmpeg-devel] [PATCH] cbs_h265: Fix use of an uninitialized variable

2020-05-22 Thread James Almer
On 5/21/2020 5:06 AM, Martin Storsjö wrote: > This fixes test failures in fate-cbs-hevc-* in certain configurations > since c53f9f436440be4e18. > --- > Not sure if this is what was intended, but the current code doesn't > work at least. > --- > libavcodec/cbs_h265_syntax_template.c | 2 +- > 1 fil

[FFmpeg-devel] [PATCH] cbs_h265: Fix use of an uninitialized variable

2020-05-21 Thread Martin Storsjö
This fixes test failures in fate-cbs-hevc-* in certain configurations since c53f9f436440be4e18. --- Not sure if this is what was intended, but the current code doesn't work at least. --- libavcodec/cbs_h265_syntax_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libav