ff_codec_get_id   123 libavformat/aiffdec.c         codec->codec_id  = ff_codec_get_id(ff_codec_aiff_tags, codec->codec_tag);
ff_codec_get_id   499 libavformat/asfdec.c         st->codec->codec_id  = ff_codec_get_id(ff_codec_bmp_tags, tag1);
ff_codec_get_id    52 libavformat/astdec.c     st->codec->codec_id   = ff_codec_get_id(ff_codec_ast_tags, avio_rb16(s->pb));
ff_codec_get_id   101 libavformat/au.c     codec = ff_codec_get_id(codec_au_tags, id);
ff_codec_get_id   775 libavformat/avidec.c                     st->codec->codec_id   = ff_codec_get_id(ff_codec_bmp_tags,
ff_codec_get_id   778 libavformat/avidec.c                         st->codec->codec_id = ff_codec_get_id(ff_codec_movvideo_tags,
ff_codec_get_id    94 libavformat/cafdec.c         st->codec->codec_id = ff_codec_get_id(ff_codec_caf_tags, st->codec->codec_tag);
ff_codec_get_id   289 libavformat/iff.c             st->codec->codec_id = ff_codec_get_id(dsd_codec_tags, tag);
ff_codec_get_id   385 libavformat/internal.h enum AVCodecID ff_codec_get_id(const AVCodecTag *tags, unsigned int tag);
ff_codec_get_id    92 libavformat/ircamdec.c     st->codec->codec_id = ff_codec_get_id(tags, tag);
ff_codec_get_id   462 libavformat/isom.c     codec_id= ff_codec_get_id(ff_mp4_obj_type, object_type_id);
ff_codec_get_id   489 libavformat/isom.c             if (!(st->codec->codec_id = ff_codec_get_id(mp4_audio_types,
ff_codec_get_id    51 libavformat/ivfdec.c     st->codec->codec_id   = ff_codec_get_id(ff_codec_bmp_tags, st->codec->codec_tag);
ff_codec_get_id   247 libavformat/libnut.c         st->codec->codec_id = ff_codec_get_id(nut_tags, st->codec->codec_tag);
ff_codec_get_id   252 libavformat/libnut.c             if (st->codec->codec_id == AV_CODEC_ID_NONE) st->codec->codec_id = ff_codec_get_id(ff_codec_wav_tags, st->codec->codec_tag);
ff_codec_get_id   259 libavformat/libnut.c             if (st->codec->codec_id == AV_CODEC_ID_NONE) st->codec->codec_id = ff_codec_get_id(ff_codec_bmp_tags, st->codec->codec_tag);
ff_codec_get_id    71 libavformat/lvfdec.c             st->codec->codec_id   = ff_codec_get_id(ff_codec_bmp_tags,
ff_codec_get_id    86 libavformat/lvfdec.c             st->codec->codec_id    = ff_codec_get_id(ff_codec_wav_tags,
ff_codec_get_id   263 libavformat/lxfdec.c     st->codec->codec_id   = ff_codec_get_id(lxf_tags, st->codec->codec_tag);
ff_codec_get_id  1758 libavformat/matroskadec.c             codec_id            = ff_codec_get_id(ff_codec_bmp_tags,
ff_codec_get_id  1761 libavformat/matroskadec.c                 codec_id        = ff_codec_get_id(ff_codec_movvideo_tags,
ff_codec_get_id  1780 libavformat/matroskadec.c             codec_id = ff_codec_get_id(ff_codec_movaudio_tags, fourcc);
ff_codec_get_id  1781 libavformat/matroskadec.c             if (ff_codec_get_id(ff_codec_movaudio_tags, AV_RL32(track->codec_priv.data))) {
ff_codec_get_id  1783 libavformat/matroskadec.c                 codec_id = ff_codec_get_id(ff_codec_movaudio_tags, fourcc);
ff_codec_get_id  1789 libavformat/matroskadec.c             codec_id = ff_codec_get_id(ff_codec_movvideo_tags, fourcc);
ff_codec_get_id  1790 libavformat/matroskadec.c             if (ff_codec_get_id(ff_codec_movvideo_tags, AV_RL32(track->codec_priv.data))) {
ff_codec_get_id  1792 libavformat/matroskadec.c                 codec_id = ff_codec_get_id(ff_codec_movvideo_tags, fourcc);
ff_codec_get_id   622 libavformat/matroskaenc.c             ff_codec_get_id(ff_codec_movvideo_tags, codec->codec_tag) == AV_CODEC_ID_PRORES) {
ff_codec_get_id   651 libavformat/matroskaenc.c                 if (   ff_codec_get_id(ff_codec_movvideo_tags, codec->codec_tag) == codec->codec_id
ff_codec_get_id   652 libavformat/matroskaenc.c                     && ff_codec_get_id(ff_codec_movvideo_tags, AV_RL32(codec->extradata + 4)) != codec->codec_id
ff_codec_get_id    63 libavformat/mgsts.c     st->codec->codec_id   = ff_codec_get_id(ff_codec_bmp_tags,
ff_codec_get_id  1424 libavformat/mov.c     int id = ff_codec_get_id(ff_codec_movaudio_tags, format);
ff_codec_get_id  1429 libavformat/mov.c         id = ff_codec_get_id(ff_codec_wav_tags, av_bswap32(format) & 0xFFFF);
ff_codec_get_id  1436 libavformat/mov.c         id = ff_codec_get_id(ff_codec_movvideo_tags, format);
ff_codec_get_id  1438 libavformat/mov.c             id = ff_codec_get_id(ff_codec_bmp_tags, format);
ff_codec_get_id  1444 libavformat/mov.c             id = ff_codec_get_id(ff_codec_movsubtitle_tags, format);
ff_codec_get_id  1858 libavformat/mov.c     int video_codec_id = ff_codec_get_id(ff_codec_movvideo_tags, format);
ff_codec_get_id   439 libavformat/nsvdec.c             st->codec->codec_id = ff_codec_get_id(nsv_codec_video_tags, vtag);
ff_codec_get_id   470 libavformat/nsvdec.c             st->codec->codec_id = ff_codec_get_id(nsv_codec_audio_tags, atag);
ff_codec_get_id   407 libavformat/nutdec.c         st->codec->codec_id   = ff_codec_get_id(ff_nut_subtitle_tags, tmp);
ff_codec_get_id   411 libavformat/nutdec.c         st->codec->codec_id   = ff_codec_get_id(ff_nut_data_tags, tmp);
ff_codec_get_id   106 libavformat/nuv.c                     ff_codec_get_id(ff_codec_bmp_tags, vst->codec->codec_tag);
ff_codec_get_id   124 libavformat/nuv.c                     id = ff_codec_get_id(nuv_audio_tags, ast->codec->codec_tag);
ff_codec_get_id    58 libavformat/oggparseogm.c             st->codec->codec_id = ff_codec_get_id(ff_codec_bmp_tags, tag);
ff_codec_get_id    72 libavformat/oggparseogm.c             st->codec->codec_id = ff_codec_get_id(ff_codec_wav_tags, cid);
ff_codec_get_id   143 libavformat/oggparseogm.c         st->codec->codec_id = ff_codec_get_id(ff_codec_bmp_tags, AV_RL32(p + 68));
ff_codec_get_id   152 libavformat/oggparseogm.c         st->codec->codec_id = ff_codec_get_id(ff_codec_wav_tags, AV_RL16(p + 124));
ff_codec_get_id   330 libavformat/omadec.c     st->codec->codec_id   = ff_codec_get_id(ff_oma_codec_tags,
ff_codec_get_id   166 libavformat/riffdec.c     id = ff_codec_get_id(ff_codec_wav_tags, tag);
ff_codec_get_id   200 libavformat/rmdec.c         st->codec->codec_id   = ff_codec_get_id(ff_rm_codec_tags,
ff_codec_get_id   355 libavformat/rmdec.c         st->codec->codec_id   = ff_codec_get_id(ff_rm_codec_tags,
ff_codec_get_id   392 libavformat/rmdec.c         st->codec->codec_id  = ff_codec_get_id(ff_rm_codec_tags,
ff_codec_get_id    71 libavformat/rsd.c     codec->codec_id   = ff_codec_get_id(rsd_tags, codec->codec_tag);
ff_codec_get_id    43 libavformat/rsodec.c     codec = ff_codec_get_id(ff_codec_rso_tags, id);
ff_codec_get_id    96 libavformat/smjpegdec.c             ast->codec->codec_id    = ff_codec_get_id(ff_codec_smjpeg_audio_tags,
ff_codec_get_id   119 libavformat/smjpegdec.c             vst->codec->codec_id   = ff_codec_get_id(ff_codec_smjpeg_video_tags,
ff_codec_get_id   179 libavformat/swfdec.c     ast->codec->codec_id   = ff_codec_get_id(swf_audio_codec_tags, info>>4 & 15);
ff_codec_get_id   231 libavformat/swfdec.c             vst->codec->codec_id = ff_codec_get_id(ff_swf_codec_tags, avio_r8(pb));
ff_codec_get_id  2787 libavformat/utils.c         enum AVCodecID id = ff_codec_get_id(tags[i], tag);
ff_codec_get_id   148 libavformat/vocdec.c         tmp_codec = ff_codec_get_id(ff_voc_codec_tags, tmp_codec);
ff_codec_get_id   713 libavformat/wtvdec.c             st->codec->codec_id = ff_codec_get_id(ff_codec_bmp_tags, AV_RL32(subtype));