Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only

2018-06-13 Thread Marton Balint
On Wed, 13 Jun 2018, Jan Ekström wrote: On Wed, Jun 13, 2018 at 12:47 PM, Carl Eugen Hoyos wrote: 2018-05-06 23:05 GMT+02:00, Marton Balint : +List of teletext page numbers to decode. Pages that do not match the specified +list are dropped. You may use the special @code{*} string to match

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only

2018-06-13 Thread Marton Balint
On Wed, 13 Jun 2018, Carl Eugen Hoyos wrote: 2018-05-06 23:05 GMT+02:00, Marton Balint : +List of teletext page numbers to decode. Pages that do not match the specified +list are dropped. You may use the special @code{*} string to match all pages, +or @code{subtitle} to match all subtitle

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only

2018-06-13 Thread Jan Ekström
On Wed, Jun 13, 2018 at 12:47 PM, Carl Eugen Hoyos wrote: > 2018-05-06 23:05 GMT+02:00, Marton Balint : > >> +List of teletext page numbers to decode. Pages that do not match the >> specified >> +list are dropped. You may use the special @code{*} string to match all >> pages, >> +or

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only

2018-06-13 Thread Carl Eugen Hoyos
2018-05-06 23:05 GMT+02:00, Marton Balint : > +List of teletext page numbers to decode. Pages that do not match the > specified > +list are dropped. You may use the special @code{*} string to match all > pages, > +or @code{subtitle} to match all subtitle pages. Shouldn't this default to

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only

2018-06-10 Thread Marton Balint
On Mon, 7 May 2018, Aman Gupta wrote: On Sun, May 6, 2018 at 2:05 PM, Marton Balint wrote: Signed-off-by: Marton Balint --- doc/decoders.texi| 5 +++-- libavcodec/libzvbi-teletextdec.c | 31 ++- 2 files changed, 25 insertions(+), 11

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only

2018-05-07 Thread Aman Gupta
On Sun, May 6, 2018 at 2:05 PM, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > doc/decoders.texi| 5 +++-- > libavcodec/libzvbi-teletextdec.c | 31 ++- > 2 files changed, 25 insertions(+), 11 deletions(-)