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
Revert r10892, it's wrong and no longer needed to prevent crashes
Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roberto Togni
18 years ago
parent
56cc85a068
commit
e3052ce7b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/rmdec.c
+ 1
- 1
libavformat/rmdec.c
View File
@@ -380,7 +380,7 @@ static int get_num(ByteIOContext *pb, int *len)
n = get_be16(pb);
(*len)-=2;
//
n &= 0x7FFF;
n &= 0x7FFF;
if (n >= 0x4000) {
return n - 0x4000;
} else {
Write
Preview
Loading…
Cancel
Save