Browse Source

10l

Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
948f01ff1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/4xm.c

+ 1
- 1
libavformat/4xm.c View File

@@ -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];


Loading…
Cancel
Save