ffmpeg 解码出来的YUV数据写文件
if(0)//(got_frame) { int size = frame->height * frame->width * 3 / 2; char* buf = new char[size]; memset(buf, 0, size); int height = frame->height; int width = frame->wi