avcodec_decode_video2(pCodecCtx,pFrame,& frameFinished,& packet),frameFinished大部分时间都是0为什么?

时间:2014-05-26 08:49:45

标签: ffmpeg x264 libx264

我通过av_read_frame从rtsp收到了一个数据包并通过

进行解码
avcodec_decode_video2(pCodecCtx, pFrame, &frameFinished, &packet)

解码后我正在检查frameFinished的值。

大多数情况下,我得到frameFinished的值为零。可能在身边 50%的数据包。

你能否提示我可能是什么原因?

这个问题是否与“我”,“P”,“B”数据包类型有关?

0 个答案:

没有答案