系统环境ubuntu12.04,开发环境Qt
执行程序卡在如下代码段:
if(avformat_open_input(&pFormatCtx,filepath,NULL,NULL)!=0){//打开输入视频文件
printf("Couldn't open input stream.\n");
return -1;
} 系统环境ubuntu12.04,开发环境Qt
执行程序卡在如下代码段:
if(avformat_open_input(&pFormatCtx,filepath,NULL,NULL)!=0){//打开输入视频文件
printf("Couldn't open input stream.\n");
return -1;
}