open_codec_context 257 doc/examples/demuxing_decoding.c if (open_codec_context(&video_stream_idx, &video_dec_ctx, fmt_ctx, AVMEDIA_TYPE_VIDEO) >= 0) { open_codec_context 280 doc/examples/demuxing_decoding.c if (open_codec_context(&audio_stream_idx, &audio_dec_ctx, fmt_ctx, AVMEDIA_TYPE_AUDIO) >= 0) { open_codec_context 142 doc/examples/extract_mvs.c open_codec_context(fmt_ctx, AVMEDIA_TYPE_VIDEO);