10l
Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4a106616a2
commit
948f01ff1e
@ -230,7 +230,7 @@ printf (" %cfrm chunk\n", (char)(fourcc_tag >> 24) & 0xFF);
|
|||||||
url_fseek(pb, size, SEEK_CUR);
|
url_fseek(pb, size, SEEK_CUR);
|
||||||
break;
|
break;
|
||||||
case cfrm_TAG:{
|
case cfrm_TAG:{
|
||||||
get_le32(pb);
|
int unknown= get_le32(pb);
|
||||||
int id= get_le32(pb);
|
int id= get_le32(pb);
|
||||||
int whole= get_le32(pb);
|
int whole= get_le32(pb);
|
||||||
static int stats[1000];
|
static int stats[1000];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user