Searched defs:ffmpeg_context_s (Results 1 – 1 of 1) sorted by relevance
43 struct ffmpeg_context_s { struct44 AVFormatContext * fmt_ctx;45 AVCodecContext * video_dec_ctx;46 AVStream * video_stream;47 uint8_t * video_src_data[4];48 uint8_t * video_dst_data[4];49 struct SwsContext * sws_ctx;50 AVFrame * frame;51 AVPacket pkt;52 int video_stream_idx;[all …]