changeset 4829:e3d1c92193a7 libavformat

fix compilation, add missing parenthesis
author bcoudurier
date Tue, 07 Apr 2009 22:28:39 +0000
parents 762254cf3be9
children 8fcb2c0d6362
files movenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/movenc.c	Tue Apr 07 22:26:47 2009 +0000
+++ b/movenc.c	Tue Apr 07 22:28:39 2009 +0000
@@ -604,7 +604,7 @@
     // keep original tag for subs, ipod supports both formats
     if (!(track->enc->codec_type == CODEC_TYPE_SUBTITLE &&
         (tag == MKTAG('t','x','3','g') ||
-         tag == MKTAG('t','e','x','t')))
+         tag == MKTAG('t','e','x','t'))))
         tag = codec_get_tag(codec_ipod_tags, track->enc->codec_id);
     if (!match_ext(s->filename, "m4a") && !match_ext(s->filename, "m4v"))
         av_log(s, AV_LOG_WARNING, "Warning, extension is not .m4a nor .m4v "