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 +-
> >
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
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
---
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.