diff --git a/libavformat/4xm.c b/libavformat/4xm.c index 89b6e60a64ddfefcfb132dc36e5aa78b0e537875..c1d5f67e8ceb000259d072b4f57b4a4447dd8896 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];