Re: [libav-devel] [PATCH 2/2] mov: Export spherical information

2016-11-03 Thread Diego Biurrun
On Wed, Nov 02, 2016 at 02:15:07PM -0400, Vittorio Giovara wrote: > --- a/libavformat/mov.c > +++ b/libavformat/mov.c > @@ -3154,6 +3155,242 @@ static int mov_read_elst(MOVContext *c, AVIOContext > *pb, MOVAtom atom) > > +static int mov_read_st3d(MOVContext *c, AVIOContext *pb, MOVAtom atom) >

[libav-devel] [PATCH 2/2] mov: Export spherical information

2016-11-02 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- libavformat/isom.h | 4 + libavformat/mov.c | 277 + 2 files changed, 281 insertions(+) diff --git a/libavformat/isom.h b/libavformat/isom.h index 58f0a20..2e22575 100644 ---