projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10f1cb
)
remove pointless {}
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 27 Jan 2009 22:03:13 +0000
(22:03 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 27 Jan 2009 22:03:13 +0000
(22:03 +0000)
Originally committed as revision 16835 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/4xm.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/4xm.c
b/libavformat/4xm.c
index
43aa64a
..
17fe7c4
100644
(file)
--- a/
libavformat/4xm.c
+++ b/
libavformat/4xm.c
@@
-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);