Browse Source

remove pointless {}

Originally committed as revision 16835 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 16 years ago
parent
commit
c58d6796a1
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/4xm.c

+ 0
- 3
libavformat/4xm.c View File

@@ -271,8 +271,6 @@ static int fourxm_read_packet(AVFormatContext *s,
case ifr2_TAG:
case pfr2_TAG:
case cfr2_TAG:
{

/* allocate 8 more bytes than 'size' to account for fourcc
* and size */
if (size + 8 < size || av_new_packet(pkt, size + 8))
@@ -288,7 +286,6 @@ static int fourxm_read_packet(AVFormatContext *s,
else
packet_read = 1;
break;
}

case snd__TAG:
track_number = get_le32(pb);


Loading…
Cancel
Save