# HG changeset patch # User michael # Date 1103311433 0 # Node ID 7d50b0a324ea366615452049daea13b9088aeeb4 # Parent 65787cd808e4cbf49919834059e82f6f2aa99b3b add -vtag and-atag support to mov patch by (Roine Gustafsson ) diff -r 65787cd808e4 -r 7d50b0a324ea movenc.c --- a/movenc.c Wed Dec 15 02:36:03 2004 +0000 +++ b/movenc.c Fri Dec 17 19:23:53 2004 +0000 @@ -257,6 +257,8 @@ put_be32(pb, 0); /* size */ + tag = track->enc->codec_tag; + if (!tag) tag = codec_get_tag(codec_movaudio_tags, track->enc->codec_id); // if no mac fcc found, try with Microsoft tags if (!tag) @@ -453,6 +455,8 @@ put_be32(pb, 0); /* size */ + tag = track->enc->codec_tag; + if (!tag) tag = codec_get_tag(codec_movvideo_tags, track->enc->codec_id); // if no mac fcc found, try with Microsoft tags if (!tag)