Browse Source

avformat/mxfenc: adjust product name when opatom muxer is used

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Robert Krüger Michael Niedermayer 11 years ago
parent
commit
618021ea58
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavformat/mxfenc.c
  2. +1
    -1
      tests/ref/lavf/mxf_opatom

+ 1
- 1
libavformat/mxfenc.c View File

@@ -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;



+ 1
- 1
tests/ref/lavf/mxf_opatom View File

@@ -1,3 +1,3 @@
8b312335b1af76e0133092c2658cd4a4 *./tests/data/lavf/lavf.mxf_opatom
f52285c3a157c77eb86c372dd46a2bb0 *./tests/data/lavf/lavf.mxf_opatom
4716601 ./tests/data/lavf/lavf.mxf_opatom
./tests/data/lavf/lavf.mxf_opatom CRC=0xbdd696b9

Loading…
Cancel
Save