mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-08 16:54:03 +02:00
remove pointless {}
Originally committed as revision 16835 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a10f1cbb93
commit
c58d6796a1
@ -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,
|
|||||||
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user