[FFmpeg-devel] [PATCH] lavc/libzvbi: base support for multiple levels

2017-02-17 Thread Josh de Kock
Also add support for level 1.0 explicitly. Signed-off-by: Josh de Kock --- libavcodec/libzvbi-teletextdec.c | 60 1 file changed, 42 insertions(+), 18 deletions(-) diff --git a/libavcodec/libzvbi-teletextdec.c b/libavcodec/libzvbi-teletextdec.c index 687

Re: [FFmpeg-devel] [PATCH] lavc/libzvbi: base support for multiple levels

2017-02-17 Thread Marton Balint
On Fri, 17 Feb 2017, Josh de Kock wrote: Also add support for level 1.0 explicitly. What is the use case for this? Reducing the number of colors? I don't think you can reduce the number of colors based on teletext level, because libzvbi uses high (>32) colors for navigation, which is also

Re: [FFmpeg-devel] [PATCH] lavc/libzvbi: base support for multiple levels

2017-02-17 Thread Josh de Kock
On 18/02/2017 00:51, Marton Balint wrote: > > On Fri, 17 Feb 2017, Josh de Kock wrote: > >> Also add support for level 1.0 explicitly. >> > > What is the use case for this? Reducing the number of colors? > Pretty much. > I don't think you can reduce the number of colors based on teletext > le

Re: [FFmpeg-devel] [PATCH] lavc/libzvbi: base support for multiple levels

2017-02-18 Thread Marton Balint
On Sat, 18 Feb 2017, Josh de Kock wrote: On 18/02/2017 00:51, Marton Balint wrote: On Fri, 17 Feb 2017, Josh de Kock wrote: Also add support for level 1.0 explicitly. What is the use case for this? Reducing the number of colors? Pretty much. I don't think you can reduce the number o