Re: [FFmpeg-devel] [PATCH] libavcodec/ansi: fix ECMA-48 SGR parameter 49

2023-07-11 Thread Peter Ross
On Mon, Jul 10, 2023 at 12:06:33AM +0200, Jonas Lindner wrote: > As can be seen in man console_codes this parameter sets the default > background color > > Signed-off-by: Jonas Lindner > --- > libavcodec/ansi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/

[FFmpeg-devel] [PATCH] libavcodec/ansi: fix ECMA-48 SGR parameter 49

2023-07-09 Thread Jonas Lindner
As can be seen in man console_codes this parameter sets the default background color Signed-off-by: Jonas Lindner --- libavcodec/ansi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ansi.c b/libavcodec/ansi.c index 49c3770c4c..d8d32bafbd 100644 --- a/libavcodec/