mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/movenc: omit avformat ident from isml_manifest for bitexact mode
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
10c14264db
commit
9b1d264e87
@ -2566,6 +2566,7 @@ static int mov_write_isml_manifest(AVIOContext *pb, MOVMuxContext *mov)
|
||||
avio_printf(pb, "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
|
||||
avio_printf(pb, "<smil xmlns=\"http://www.w3.org/2001/SMIL20/Language\">\n");
|
||||
avio_printf(pb, "<head>\n");
|
||||
if (!mov->exact)
|
||||
avio_printf(pb, "<meta name=\"creator\" content=\"%s\" />\n",
|
||||
LIBAVFORMAT_IDENT);
|
||||
avio_printf(pb, "</head>\n");
|
||||
|
Loading…
Reference in New Issue
Block a user