摘要: */ static int try_decode_frame(AVFormatContext *s, AVStream *st, AVPacket *avpkt, AVDictionary **options) { const AVCodec *codec; int got_picture = 1, 阅读全文
posted @ 2021-08-24 09:35 v17166570219 阅读(56) 评论(0) 推荐(0)
摘要: int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) { int i, count, ret = 0, j; int64_t read_size; AVStream *st; AVPacket pkt1, 阅读全文
posted @ 2021-08-24 09:28 v17166570219 阅读(273) 评论(0) 推荐(0)