mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
10l (wrong coded_picture)
Originally committed as revision 3441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
56d8bd5659
commit
7b37a6e984
@ -1542,6 +1542,7 @@ void MPV_frame_end(MpegEncContext *s)
|
|||||||
memset(&s->next_picture, 0, sizeof(Picture));
|
memset(&s->next_picture, 0, sizeof(Picture));
|
||||||
memset(&s->current_picture, 0, sizeof(Picture));
|
memset(&s->current_picture, 0, sizeof(Picture));
|
||||||
#endif
|
#endif
|
||||||
|
s->avctx->coded_frame= (AVFrame*)s->current_picture_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user