Re: [libav-devel] [PATCH 1/5] mov: Fix spherical metadata_source parsing

2017-02-15 Thread Vittorio Giovara
On Wed, Feb 15, 2017 at 2:22 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-02-10 22:08:07) >> From: Aaron Colwell >> >> Signed-off-by: James Almer >> --- >> libavformat/mov.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2

Re: [libav-devel] [PATCH 1/5] mov: Fix spherical metadata_source parsing

2017-02-14 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-02-10 22:08:07) > From: Aaron Colwell > > Signed-off-by: James Almer > --- > libavformat/mov.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index

[libav-devel] [PATCH 1/5] mov: Fix spherical metadata_source parsing

2017-02-10 Thread Vittorio Giovara
From: Aaron Colwell Signed-off-by: James Almer --- libavformat/mov.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 2810960..4a6f9c0 100644 --- a/libavformat/mov.c +++