Commit bba481be authored by michael's avatar michael

10l (wrong coded_picture)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3441 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d69f58b0
...@@ -1542,6 +1542,7 @@ void MPV_frame_end(MpegEncContext *s) ...@@ -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;
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment