[FFmpeg-cvslog] r15061 - trunk/libavformat/mxfenc.c

bcoudurier subversion
Sun Aug 31 00:41:02 CEST 2008


Author: bcoudurier
Date: Sun Aug 31 00:41:01 2008
New Revision: 15061

Log:
only put version in tag

Modified:
   trunk/libavformat/mxfenc.c

Modified: trunk/libavformat/mxfenc.c
==============================================================================
--- trunk/libavformat/mxfenc.c	(original)
+++ trunk/libavformat/mxfenc.c	Sun Aug 31 00:41:01 2008
@@ -348,7 +348,7 @@ static void mxf_write_identification(AVF
 
     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);
 




More information about the ffmpeg-cvslog mailing list