This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
10l
Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
22 years ago
parent
4a106616a2
commit
948f01ff1e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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];
Write
Preview
Loading…
Cancel
Save