mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-02 22:17:01 +08:00
only put version in tag
Originally committed as revision 15061 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -348,7 +348,7 @@ static void mxf_write_identification(AVFormatContext *s)
|
|||||||
|
|
||||||
length = 80 + company_name_len + product_name_len;
|
length = 80 + company_name_len + product_name_len;
|
||||||
version = s->streams[0]->codec->flags & CODEC_FLAG_BITEXACT ?
|
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;
|
length += 4 + strlen(version)*2;
|
||||||
klv_encode_ber_length(pb, length);
|
klv_encode_ber_length(pb, length);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user