Re: [libav-devel] [PATCH 4/5] mov: Support prores with multiple stsd

2016-06-10 Thread Vittorio Giovara
On Fri, Jun 10, 2016 at 4:56 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2016-06-10 00:55:19) >> This function needs to return false, or data in the additional tables >> will be skipped, and the decoder will not be able to decode frames >> associated with them. >> >> --- >> libavformat/m

Re: [libav-devel] [PATCH 4/5] mov: Support prores with multiple stsd

2016-06-10 Thread Anton Khirnov
Quoting Vittorio Giovara (2016-06-10 00:55:19) > This function needs to return false, or data in the additional tables > will be skipped, and the decoder will not be able to decode frames > associated with them. > > --- > libavformat/mov.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

[libav-devel] [PATCH 4/5] mov: Support prores with multiple stsd

2016-06-09 Thread Vittorio Giovara
This function needs to return false, or data in the additional tables will be skipped, and the decoder will not be able to decode frames associated with them. --- libavformat/mov.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 9e2d0e2..9a7a0bc 1