免费试用:最火的人工智能查询工具
     最强AI人工智能聊天工具
     对话机器人解答疑难问题
星外智问直连原始API接口(GPT-4o)
➡️未登录受限条数,请登陆使用完整服务>>>➡️
请输入您要问的问题:


查下百度  查下必应

以下是单个问题的回复:

问:ffmpeg中 ret = codec_decode_video2(ifmt_ctx->streams[dec_pkt->stream_index]->codecpar,pframe,&dec_got_frame,dec_pkt);如何转换成新版本的ffmpeg
GPT答: 7i24.cn
在新版本的ffmpeg中,可以使用AVCodecParameters和AVPacket代替ifmt_ctx->streams[dec_pkt->stream_index]->codecpar和dec_pkt。具体代码如下:

```
ret = avcodec_send_packet(codec_context, packet);
if (ret < 0) {
    // error handling
}
while (ret >= 0) {
    ret = avcodec_receive_frame(codec_context, frame);
    if (ret == AVERROR(EAGAIN) || ret == AVERROR_EOF)
        break;
    else if (ret < 0) {
        // error handling
    }
}
```

其中,codec_context是由avcodec_alloc_context3()函数创建的解码器上下文,packet是由av_read_frame()函数读取到的数据包,frame是用于存储解码后图像帧数据的AVFrame结构体。
一星  二星  三星  四星  五星 

互联网非法外之地,请不要输入不良内容
 查下百度 查下必应 03-24 14:21:04



chatGPT中国版--星外智问--8v6.CN
当前运行网址:www.8v6.cn
客服微信:xwgdd_com APP下载 怎么问 识别真假GPT4 使用GPT赚钱 退出登陆