Marton Balint passwd.hu> writes:
> So before applying this patch, I think we should decide
> what these properties mean exactly...
I have no opinion on this, just wanted to show why (imo)
libzvbi cannot currently have other properties.
Carl Eugen
_
On Thu, 7 Aug 2014, Carl Eugen Hoyos wrote:
Hi!
Attached patch should allow to set the teletext decoder properties to
(AV_CODEC_PROP_TEXT_SUB | AV_CODEC_PROP_BITMAP_SUB).
At the moment, the documentation states that if a property of this kind is
set, then the decoder will provide subtitles
On Thu, Aug 07, 2014 at 02:02:33PM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch should allow to set the teletext decoder properties to
> (AV_CODEC_PROP_TEXT_SUB | AV_CODEC_PROP_BITMAP_SUB).
>
> Please comment, Carl Eugen
> utils.c |9 ++---
> 1 file changed, 6 insertions(+),
Hi!
Attached patch should allow to set the teletext decoder properties to
(AV_CODEC_PROP_TEXT_SUB | AV_CODEC_PROP_BITMAP_SUB).
Please comment, Carl Eugen
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 6071380..3db2a1c 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1595,