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

ijksdl: add FIXME

上级 ab84281f
......@@ -175,8 +175,10 @@ enum AVPixelFormat SDL_VoutFFmpeg_GetBestAVPixelFormat(Uint32 format)
case SDL_FCC_YV12:
return AV_PIX_FMT_YUV420P;
case SDL_FCC_RV32:
// FIXME: android only
return AV_PIX_FMT_0BGR32;
case SDL_FCC_RV16:
// FIXME: android only
return AV_PIX_FMT_RGB565;
default:
return AV_PIX_FMT_NONE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册