Home
last modified time | relevance | path

Searched refs:video_stream_idx (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dextract_mvs.c33 static int video_stream_idx = -1; variable
116 video_stream_idx = stream_idx; in open_codec_context()
117 video_stream = fmt_ctx->streams[video_stream_idx]; in open_codec_context()
173 if (pkt->stream_index == video_stream_idx) in main()
H A Ddemuxing_decoding.c53 static int video_stream_idx = -1, audio_stream_idx = -1; variable
257 if (open_codec_context(&video_stream_idx, &video_dec_ctx, fmt_ctx, AVMEDIA_TYPE_VIDEO) >= 0) { in main()
258 video_stream = fmt_ctx->streams[video_stream_idx]; in main()
322 if (pkt->stream_index == video_stream_idx) in main()

Completed in 2 milliseconds