H264解码之YUV格式转换及缩放

int video_decoder::swscale(const char* srcbuf, int ntype, int nsrcwidth, int nsrcheight, int ndstwidth, int ndstheight, unsigned char* dstbuf) { if (5 != ntype && 3 != ntype) { return -1; } if (
相关文章
相关标签/搜索