Commit b380639a authored by michael's avatar michael

remove pointless {}


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16835 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a0536602
...@@ -271,8 +271,6 @@ static int fourxm_read_packet(AVFormatContext *s, ...@@ -271,8 +271,6 @@ static int fourxm_read_packet(AVFormatContext *s,
case ifr2_TAG: case ifr2_TAG:
case pfr2_TAG: case pfr2_TAG:
case cfr2_TAG: case cfr2_TAG:
{
/* allocate 8 more bytes than 'size' to account for fourcc /* allocate 8 more bytes than 'size' to account for fourcc
* and size */ * and size */
if (size + 8 < size || av_new_packet(pkt, size + 8)) if (size + 8 < size || av_new_packet(pkt, size + 8))
...@@ -288,7 +286,6 @@ static int fourxm_read_packet(AVFormatContext *s, ...@@ -288,7 +286,6 @@ static int fourxm_read_packet(AVFormatContext *s,
else else
packet_read = 1; packet_read = 1;
break; break;
}
case snd__TAG: case snd__TAG:
track_number = get_le32(pb); track_number = get_le32(pb);
......
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