|
|
|
@@ -639,7 +639,7 @@ static void mxf_write_identification(AVFormatContext *s) |
|
|
|
MXFContext *mxf = s->priv_data; |
|
|
|
AVIOContext *pb = s->pb; |
|
|
|
const char *company = "FFmpeg"; |
|
|
|
const char *product = "OP1a Muxer"; |
|
|
|
const char *product = s->oformat != &ff_mxf_opatom_muxer ? "OP1a Muxer" : "OPAtom Muxer"; |
|
|
|
const char *version; |
|
|
|
int length; |
|
|
|
|
|
|
|
|