Commit d00eedc7 authored by bcoudurier's avatar bcoudurier

only put version in tag

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15061 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 776722f3
......@@ -348,7 +348,7 @@ static void mxf_write_identification(AVFormatContext *s)
length = 80 + company_name_len + product_name_len;
version = s->streams[0]->codec->flags & CODEC_FLAG_BITEXACT ?
"0.0.0" : LIBAVFORMAT_IDENT;
"0.0.0" : AV_STRINGIFY(LIBAVFORMAT_VERSION);
length += 4 + strlen(version)*2;
klv_encode_ber_length(pb, length);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment