summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/4xm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/4xm.c b/libavformat/4xm.c
index 89b6e60..c1d5f67 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];
OpenPOWER on IntegriCloud