提交 eecd7c2c 编写于 作者: Z Zhang Rui

ijksdl: overlay_ffmpeg: FIXME -> TODO

上级 eb1b4541
......@@ -38,7 +38,7 @@ typedef struct SDL_VoutOverlay_Opaque {
} SDL_VoutOverlay_Opaque;
/* Always assume a linesize alignment of 1 here */
// FIXME: alignment
// TODO: alignment to speed up memcpy when display
static AVFrame *alloc_avframe(SDL_VoutOverlay_Opaque* opaque, enum AVPixelFormat format, int width, int height)
{
int frame_bytes = avpicture_get_size(format, width, height);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册