mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 22:30:25 +00:00
fixed mpeg1 first block bug (pb with black picture optimisation for B frames)
Originally committed as revision 59 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b9ecd1ee74
commit
425dddb7f1
@ -370,6 +370,7 @@ void MPV_frame_start(MpegEncContext *s)
|
||||
int i;
|
||||
UINT8 *tmp;
|
||||
|
||||
s->mb_skiped = 0;
|
||||
if (s->pict_type == B_TYPE) {
|
||||
for(i=0;i<3;i++) {
|
||||
s->current_picture[i] = s->aux_picture[i];
|
||||
|
Loading…
Reference in New Issue
Block a user