[FFmpeg-devel] [PATCH] Add support for spherical uuid in mov

2016-04-20 Thread Colin McFadden
--- libavformat/mov.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 47af98c..2223c81 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3912,6 +3912,11 @@ static int mov_read_uuid(MOVContext *c, AVIOContext *pb,

Re: [FFmpeg-devel] [PATCH] Add support for spherical uuid in mov

2016-04-20 Thread Colin McFadden
ally agree with location in stream-level tag in mkv: > https://github.com/google/spatial-media/blob/master/docs/spherical-video-rfc.md > > On Wed, Apr 20, 2016 at 6:24 PM, Colin McFadden wrote: >> --- >> libavformat/mov.c | 26 ++ >> 1 file changed,