changeset 140:0617a3812600 libavformat

10l
author michaelni
date Sun, 25 May 2003 23:55:47 +0000
parents d5ac5007713c
children d2d2ec541148
files 4xm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/4xm.c	Sun May 25 23:41:25 2003 +0000
+++ b/4xm.c	Sun May 25 23:55:47 2003 +0000
@@ -230,7 +230,7 @@
 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];