open_codec_context  272 doc/examples/demuxing_decoding.c     if (open_codec_context(&video_stream_idx, fmt_ctx, AVMEDIA_TYPE_VIDEO) >= 0) {
open_codec_context  296 doc/examples/demuxing_decoding.c     if (open_codec_context(&audio_stream_idx, fmt_ctx, AVMEDIA_TYPE_AUDIO) >= 0) {
open_codec_context  133 doc/examples/extract_mvs.c     if (open_codec_context(&video_stream_idx, fmt_ctx, AVMEDIA_TYPE_VIDEO) >= 0) {