1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 00:54:33 +02:00

10l, add parentheses

Originally committed as revision 13734 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-06-09 19:58:35 +00:00
parent cabc1a7dce
commit 1dc7ff331a

View File

@ -1184,7 +1184,7 @@ static int mov_write_udta_tag(ByteIOContext *pb, MOVContext *mov,
if (s->title[0] || s->author[0] || s->album[0] || s->year || if (s->title[0] || s->author[0] || s->album[0] || s->year ||
s->comment[0] || s->genre[0] || s->track || s->comment[0] || s->genre[0] || s->track ||
(mov->mode == MODE_MOV && (mov->mode == MODE_MOV &&
(mov->tracks[0].enc && !mov->tracks[0].enc->flags & CODEC_FLAG_BITEXACT))) { (mov->tracks[0].enc && !(mov->tracks[0].enc->flags & CODEC_FLAG_BITEXACT)))) {
offset_t pos = url_ftell(pb); offset_t pos = url_ftell(pb);
put_be32(pb, 0); /* size */ put_be32(pb, 0); /* size */