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
mpeg4: fix another packed divx issue.
Fixes getting_stuck.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
d543b3bb52
commit
6dbac85f8d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/h263dec.c
+ 1
- 1
libavcodec/h263dec.c
View File
@@ -382,7 +382,7 @@ uint64_t time= rdtsc();
retry:
if(s->divx_packed && s->
xvid_build>=0 && s->
bitstream_buffer_size){
if(s->divx_packed && s->bitstream_buffer_size){
int i;
for(i=0; i<buf_size-3; i++){
if(buf[i]==0 && buf[i+1]==0 && buf[i+2]==1){
Write
Preview
Loading…
Cancel
Save