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

2016-11-08 Thread Diego Biurrun
On Mon, Nov 07, 2016 at 04:14:13PM -0500, Vittorio Giovara wrote: > --- a/libavformat/isom.h > +++ b/libavformat/isom.h > @@ -28,6 +28,9 @@ > #include "internal.h" > #include "dv.h" > > +#include "libavutil/spherical.h" > +#include "libavutil/stereo3d.h" These should go above the libavformat h

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

2016-11-07 Thread Vittorio Giovara
This implements Spherical Video V1 and V2, as described in the spatial-media collection by Google. Signed-off-by: Vittorio Giovara --- Applied review comments from reviewers (except side data refactoring which may come later). Vittorio libavformat/isom.h | 5 + libavformat/mov.c | 302 +