[FFmpeg-cvslog] r16835 - trunk/libavformat/4xm.c
michael
subversion
Tue Jan 27 23:03:13 CET 2009
Author: michael
Date: Tue Jan 27 23:03:13 2009
New Revision: 16835
Log:
remove pointless {}
Modified:
trunk/libavformat/4xm.c
Modified: trunk/libavformat/4xm.c
==============================================================================
--- trunk/libavformat/4xm.c Tue Jan 27 22:58:45 2009 (r16834)
+++ trunk/libavformat/4xm.c Tue Jan 27 23:03:13 2009 (r16835)
@@ -271,8 +271,6 @@ static int fourxm_read_packet(AVFormatCo
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(AVFormatCo
else
packet_read = 1;
break;
- }
case snd__TAG:
track_number = get_le32(pb);
More information about the ffmpeg-cvslog
mailing list