Re: [FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread wm4
On Wed, 1 Feb 2017 14:17:19 +0100 Paul B Mahol wrote: > On 2/1/17, wm4 wrote: > > On Wed, 1 Feb 2017 13:31:46 +0100 > > Robert Krueger wrote: > > > >> On Wed, Feb 1, 2017 at 1:07 PM, wm4 wrote: > >> > >> > On Wed, 1 Feb 2017 12:50:51 +0100 > >> > Paul B Mahol wrote: > >> > > >> > > Sig

Re: [FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread Paul B Mahol
On 2/1/17, wm4 wrote: > On Wed, 1 Feb 2017 13:31:46 +0100 > Robert Krueger wrote: > >> On Wed, Feb 1, 2017 at 1:07 PM, wm4 wrote: >> >> > On Wed, 1 Feb 2017 12:50:51 +0100 >> > Paul B Mahol wrote: >> > >> > > Signed-off-by: Paul B Mahol >> > > --- >> > > libavformat/mov.c | 25 ++

Re: [FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread wm4
On Wed, 1 Feb 2017 13:31:46 +0100 Robert Krüger wrote: > On Wed, Feb 1, 2017 at 1:07 PM, wm4 wrote: > > > On Wed, 1 Feb 2017 12:50:51 +0100 > > Paul B Mahol wrote: > > > > > Signed-off-by: Paul B Mahol > > > --- > > > libavformat/mov.c | 25 + > > > 1 file changed,

Re: [FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread Paul B Mahol
On 2/1/17, Robert Krueger wrote: > On Wed, Feb 1, 2017 at 1:07 PM, wm4 wrote: > >> On Wed, 1 Feb 2017 12:50:51 +0100 >> Paul B Mahol wrote: >> >> > Signed-off-by: Paul B Mahol >> > --- >> > libavformat/mov.c | 25 + >> > 1 file changed, 25 insertions(+) >> > >> > diff

Re: [FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread Robert Krüger
On Wed, Feb 1, 2017 at 1:07 PM, wm4 wrote: > On Wed, 1 Feb 2017 12:50:51 +0100 > Paul B Mahol wrote: > > > Signed-off-by: Paul B Mahol > > --- > > libavformat/mov.c | 25 + > > 1 file changed, 25 insertions(+) > > > > diff --git a/libavformat/mov.c b/libavformat/mov.c

Re: [FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread Paul B Mahol
On 2/1/17, wm4 wrote: > On Wed, 1 Feb 2017 12:50:51 +0100 > Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol >> --- >> libavformat/mov.c | 25 + >> 1 file changed, 25 insertions(+) >> >> diff --git a/libavformat/mov.c b/libavformat/mov.c >> index 9ae4f8c..75e1c9c60

Re: [FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread wm4
On Wed, 1 Feb 2017 12:50:51 +0100 Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/mov.c | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 9ae4f8c..75e1c9c60 100644 > --- a/libavformat/mov.c >

[FFmpeg-devel] [PATCH] avformat/mov: export xml metadata

2017-02-01 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/mov.c | 25 + 1 file changed, 25 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 9ae4f8c..75e1c9c60 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3764,6 +3764,25 @@ static int mov_read_keys(MO