Re: [FFmpeg-devel] [PATCH] lavf/mov: export chapter streams as private data

2016-01-07 Thread Michael Niedermayer
On Thu, Jan 07, 2016 at 05:14:26PM -0600, Rodger Combs wrote: > This prevents consumers from showing chapters as if they were regular subtitle > streams. > --- > libavformat/mov.c | 3 +++ > 1 file changed, 3 insertions(+) iam not sure this is optimal in the sense of being a final solution but it

[FFmpeg-devel] [PATCH] lavf/mov: export chapter streams as private data

2016-01-07 Thread Rodger Combs
This prevents consumers from showing chapters as if they were regular subtitle streams. --- libavformat/mov.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 78081ce..77a4a71 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -4418,6 +4418,