diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-05-25 23:55:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-05-25 23:55:47 +0000 |
commit | 948f01ff1e12338d971b7e552824ba5cc5155ddc (patch) | |
tree | 4bb683f48b3cfda5b1469721e690104366b5c275 /libavformat | |
parent | 4a106616a2e2f2d1db8edd3e8f62b6663f396647 (diff) | |
download | ffmpeg-streaming-948f01ff1e12338d971b7e552824ba5cc5155ddc.zip ffmpeg-streaming-948f01ff1e12338d971b7e552824ba5cc5155ddc.tar.gz |
10l
Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/4xm.c | 2 |
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]; |