Commit 8e52c3a0 authored by bcoudurier's avatar bcoudurier

10l, add parentheses

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13734 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 86463e3e
...@@ -1184,7 +1184,7 @@ static int mov_write_udta_tag(ByteIOContext *pb, MOVContext *mov, ...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment