Void VideoDecodeThread::YUVSave2(AVFrame *pFrame, SInt32 width, SInt32 height, SInt32 iFrame, SChar * szFilename) { FILE *fp =0; int i,j,shift; char * yuv_factor; fp = fopen(szFilename,"wb"); if(fp) { for(i = 0; i data[i]; for(j = 0; j >shift); j++) { fwrite(yuv_factor,(width>>shift),1,fp); yuv_factor += pFrame->linesize[..