summaryrefslogtreecommitdiff
path: root/libavformat/4xm.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-05-25 23:55:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-05-25 23:55:47 +0000
commit948f01ff1e12338d971b7e552824ba5cc5155ddc (patch)
tree4bb683f48b3cfda5b1469721e690104366b5c275 /libavformat/4xm.c
parent4a106616a2e2f2d1db8edd3e8f62b6663f396647 (diff)
10l
Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/4xm.c')
-rw-r--r--libavformat/4xm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/4xm.c b/libavformat/4xm.c
index 89b6e60a64..c1d5f67e8c 100644
--- a/libavformat/4xm.c
+++ b/libavformat/4xm.c
@@ -230,7 +230,7 @@ printf (" %cfrm chunk\n", (char)(fourcc_tag >> 24) & 0xFF);
url_fseek(pb, size, SEEK_CUR);
break;
case cfrm_TAG:{
-get_le32(pb);
+int unknown= get_le32(pb);
int id= get_le32(pb);
int whole= get_le32(pb);
static int stats[1000];