mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
10l (wrong coded_picture)
Originally committed as revision 3441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1542,6 +1542,7 @@ void MPV_frame_end(MpegEncContext *s)
|
||||
memset(&s->next_picture, 0, sizeof(Picture));
|
||||
memset(&s->current_picture, 0, sizeof(Picture));
|
||||
#endif
|
||||
s->avctx->coded_frame= (AVFrame*)s->current_picture_ptr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user