av_find_best_stream  163 doc/examples/demuxing_decoding.c     ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0);
av_find_best_stream   81 doc/examples/extract_mvs.c     ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0);
av_find_best_stream   67 doc/examples/filtering_audio.c     ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, &dec, 0);
av_find_best_stream   67 doc/examples/filtering_video.c     ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &dec, 0);
av_find_best_stream 2986 ffplay.c                   av_find_best_stream(ic, AVMEDIA_TYPE_VIDEO,
av_find_best_stream 2990 ffplay.c                   av_find_best_stream(ic, AVMEDIA_TYPE_AUDIO,
av_find_best_stream 2996 ffplay.c                   av_find_best_stream(ic, AVMEDIA_TYPE_SUBTITLE,
av_find_best_stream  102 libavfilter/src_movie.c         ret = av_find_best_stream(avf, type, stream_id, -1, NULL, 0);
av_find_best_stream  328 libavfilter/vf_subtitles.c         ret = av_find_best_stream(fmt, AVMEDIA_TYPE_SUBTITLE, -1, -1, NULL, 0);
av_find_best_stream 2060 libavformat/avformat.h int av_find_best_stream(AVFormatContext *ic,