Re: [libav-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-28 Thread Luca Barbato
On 21/02/2017 23:36, Vittorio Giovara wrote: > + > +bytestream2_init(, track->video.projection.private.data, > + track->video.projection.private.size); Check its return value maybe? The rest seems fine. ___ libav-devel mailing

[libav-devel] [PATCHv3 3/3] mkv: Export bounds and padding from spherical metadata

2017-02-21 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- libavformat/matroskadec.c | 60 +-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 3dd54eb..adcb553 100644 ---