av_find_best_stream  155 doc/examples/demuxing_decoding.c     ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0);
av_find_best_stream   84 doc/examples/extract_mvs.c     ret = av_find_best_stream(fmt_ctx, type, -1, -1, &dec, 0);
av_find_best_stream   65 doc/examples/filtering_audio.c     ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, &dec, 0);
av_find_best_stream   70 doc/examples/filtering_video.c     ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &dec, 0);
av_find_best_stream  187 doc/examples/hw_decode.c     ret = av_find_best_stream(input_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0);
av_find_best_stream   80 doc/examples/vaapi_transcode.c     ret = av_find_best_stream(ifmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0);
av_find_best_stream 2879 fftools/ffplay.c             av_find_best_stream(ic, AVMEDIA_TYPE_VIDEO,
av_find_best_stream 2883 fftools/ffplay.c             av_find_best_stream(ic, AVMEDIA_TYPE_AUDIO,
av_find_best_stream 2889 fftools/ffplay.c             av_find_best_stream(ic, AVMEDIA_TYPE_SUBTITLE,
av_find_best_stream  112 libavfilter/src_movie.c         ret = av_find_best_stream(avf, type, stream_id, -1, NULL, 0);
av_find_best_stream  333 libavfilter/vf_subtitles.c         ret = av_find_best_stream(fmt, AVMEDIA_TYPE_SUBTITLE, -1, -1, NULL, 0);
av_find_best_stream 2378 libavformat/avformat.h int av_find_best_stream(AVFormatContext *ic,
av_find_best_stream   97 tests/api/api-band-test.c     video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0);
av_find_best_stream   62 tests/api/api-h264-test.c     video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0);
av_find_best_stream  211 tests/api/api-seek-test.c     video_stream = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, NULL, 0);