Searched refs:ff_codec_movaudio_tags (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h34 extern const AVCodecTag ff_codec_movaudio_tags[];
H A Disom.c259 const AVCodecTag ff_codec_movaudio_tags[] = { variable
591 return ff_codec_movaudio_tags;
H A Dmatroskadec.c1777 codec_id = ff_codec_get_id(ff_codec_movaudio_tags, fourcc);
1778 if (ff_codec_get_id(ff_codec_movaudio_tags, AV_RL32(track->codec_priv.data))) {
1780 codec_id = ff_codec_get_id(ff_codec_movaudio_tags, fourcc);
H A Dmovenc.c1077 tag = ff_codec_get_tag(ff_codec_movaudio_tags, track->enc->codec_id);
4446 ff_codec_movvideo_tags, ff_codec_movaudio_tags, 0
H A Dmov.c1217 int id = ff_codec_get_id(ff_codec_movaudio_tags, format);

Completed in 126 milliseconds