mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-10 17:39:56 +00:00
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);
|
||||
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…
Reference in New Issue
Block a user