Tomas Härdin:
>> -static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st,
>> const UID key)
>> +static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st,
>> const UID key)
>> {
>> MXFStreamContext *sc = st->priv_data;
>> AVIOContext *pb = s->pb;
>> @@ -1115
> -static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const
> UID key)
> +static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st,
> const UID key)
> {
> MXFStreamContext *sc = st->priv_data;
> AVIOContext *pb = s->pb;
> @@ -1115,7 +1133,7 @@ static i