當(dāng)前位置:
首頁(yè) >
avcodec_decode_video2 第三个参数 got_picture_ptr 的含义
發(fā)布時(shí)間:2025/5/22
135
豆豆
生活随笔
收集整理的這篇文章主要介紹了
avcodec_decode_video2 第三个参数 got_picture_ptr 的含义
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
ffmpeg 文檔中這樣描述?
got_picture_ptr Zero if no frame could be decompressed, otherwise, it is nonzero.
?
ask :
(ffmpeg avcodec_decode_video) what does the value got_picture_ptr mean ,
i found it is a random num after function avcodec_decode_video()? answer;for almost codecs:?
*got_picture_ptr ?= sizeof(AVFrame);?
It is just a flag to notice a frame ready!?
?轉(zhuǎn)載于:https://www.cnblogs.com/soniclq/archive/2012/04/06/2434391.html
總結(jié)
以上是生活随笔為你收集整理的avcodec_decode_video2 第三个参数 got_picture_ptr 的含义的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: c# 字符串函数
- 下一篇: 读书笔记之:C++ Primer (第4