Petri Hintukainen gmail.com> writes:
> > Will you also port the decoder?
>
> Yes. I started porting it ~year ago, so I already
> have simple decoder that decodes dialog texts
> without formatting.
I believe such a decoder can be very useful.
Thank you, Carl Eugen
___
On ma, 2015-08-31 at 09:25 +, Carl Eugen Hoyos wrote:
> Petri Hintukainen gmail.com> writes:
>
> > +AV_CODEC_ID_HDMV_TEXT_SUBTITLE,
>
> No, I believe we still "maintain" the fork, you
> have to force a specific tag, something like
> "TSTX" or whatever you like.
Of course. I was just lo
Michael Niedermayer gmx.at> writes:
> do you have a small testcase for this ?
See ticket #4481 and vlc ticket 13888 that is now 15179.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Mon, Aug 31, 2015 at 12:17:23PM +0300, Petri Hintukainen wrote:
> ---
> libavcodec/avcodec.h| 1 +
> libavcodec/codec_desc.c | 7 +++
> libavformat/mpegts.c| 1 +
> 3 files changed, 9 insertions(+)
do you have a small testcase for this ?
or how can this be tested ?
[...]
--
Micha
Petri Hintukainen gmail.com> writes:
> +AV_CODEC_ID_HDMV_TEXT_SUBTITLE,
No, I believe we still "maintain" the fork, you
have to force a specific tag, something like
"TSTX" or whatever you like.
Will you also port the decoder?
Thank you, Carl Eugen
___
---
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 7 +++
libavformat/mpegts.c| 1 +
3 files changed, 9 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 12a6b54..b4cf79d 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -516,6 +516,7 @@