我正在研究H264解码器,我想将本机图像格式数据解码为RGB565并以SDL呈现该图像。
#region CatFileKey
[PXDBInt(IsKey=true)]
[PXLineNbr(typeof(INCTC001INCategory.ctcPrevFileNumber))]
public virtual int? CatFileKey { get; set; }
public abstract class carFileKey : IBqlField { }
#endregion
现在我们在 PFrameRGB 中拥有rgb565数据,谁能帮助我使用 SDL_CreateRGBSurfaceFrom 在SDL中呈现此RGB565数据。