Re: [FFmpeg-devel] [PATCH] libavformat/mxfenc: write user comment metadata

2015-03-15 Thread Michael Niedermayer
On Sun, Mar 15, 2015 at 04:05:16PM +0100, Tomas Härdin wrote: > On Sat, 2015-03-14 at 17:59 -0700, Mark Reid wrote: > > --- > > libavformat/mxfenc.c | 66 > > +-- > > tests/ref/lavf/mxf| 6 ++--- > > tests/ref/lavf/mxf_d10| 2 +- > >

Re: [FFmpeg-devel] [PATCH] libavformat/mxfenc: write user comment metadata

2015-03-15 Thread Tomas Härdin
On Sat, 2015-03-14 at 17:59 -0700, Mark Reid wrote: > --- > libavformat/mxfenc.c | 66 > +-- > tests/ref/lavf/mxf| 6 ++--- > tests/ref/lavf/mxf_d10| 2 +- > tests/ref/lavf/mxf_opatom | 2 +- > 4 files changed, 69 insertions(+), 7 de

[FFmpeg-devel] [PATCH] libavformat/mxfenc: write user comment metadata

2015-03-14 Thread Mark Reid
Hi, This patch enables writing of user comment metadata to mxf files. Any metadata key prefixed with "comment_" will get written as a user comment. In avid media composer the value will show up in the bin in a column with the name of the key (minus the "comment_" prefix ofcourse). The tag values ar

[FFmpeg-devel] [PATCH] libavformat/mxfenc: write user comment metadata

2015-03-14 Thread Mark Reid
--- libavformat/mxfenc.c | 66 +-- tests/ref/lavf/mxf| 6 ++--- tests/ref/lavf/mxf_d10| 2 +- tests/ref/lavf/mxf_opatom | 2 +- 4 files changed, 69 insertions(+), 7 deletions(-) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.