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
Mark all 12 block unused when there are no coded blocks
Fixes 422/444 artifacts Originally committed as revision 4708 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivan Kalvachev
19 years ago
parent
a8289180a1
commit
31a78b718b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mpeg12.c
+ 1
- 1
libavcodec/mpeg12.c
View File
@@ -1436,7 +1436,7 @@ static int mpeg_decode_mb(MpegEncContext *s,
}
}
}else{
for(i=0;i<
6
;i++)
for(i=0;i<
12
;i++)
s->block_last_index[i] = -1;
}
}
Write
Preview
Loading…
Cancel
Save