NULL); //获得窗口大小 CRect rect; pWnd->GetClientRect(rect); CString strText = _T(""); strText.Format(_T("任务栏窗口大小:%dX%d"),rect.Width(),rect.Height()); AfxMessageBox(strText); }
if(av_open_input_file(&pFormatCtx, filePath, NULL, 0, NULL)!=0) return -1; // Couldn't open file // Retrieve stream information if(av_find_stream_info(pFormatCtx)<0) return -1; // Couldn't find stream information // Dump information about file onto standard error dump_format(p...