Home
last modified time | relevance | path

Searched refs:stream_index (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c519 int stream_index; in ffmpeg_open_codec_context() local
531 stream_index = ret; in ffmpeg_open_codec_context()
532 st = fmt_ctx->streams[stream_index]; in ffmpeg_open_codec_context()
565 *stream_idx = stream_index; in ffmpeg_open_codec_context()
656 if(ffmpeg_ctx->pkt->stream_index == ffmpeg_ctx->video_stream_idx) { in ffmpeg_update_next_frame()