Searched refs:codec_movvideo_tags (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h33 extern const AVCodecTag codec_movvideo_tags[];
H A Disom.c69 const AVCodecTag codec_movvideo_tags[] = { variable
H A Dmatroskaenc.c483 codec->codec_tag = ff_codec_get_tag(codec_movvideo_tags, codec->codec_id);
586 ff_codec_get_tag(codec_movvideo_tags, codec->codec_id) &&
H A Dmov.c1108 (c->fc->video_codec_id ? ff_codec_get_id(codec_movvideo_tags, format) != c->fc->video_codec_id
1134 id = ff_codec_get_id(codec_movvideo_tags, format);
H A Dmovenc.c719 tag = ff_codec_get_tag(codec_movvideo_tags, track->enc->codec_id);
2406 .codec_tag = (const AVCodecTag* const []){codec_movvideo_tags, codec_movaudio_tags, 0},
H A Dmatroskadec.c1428 codec_id=ff_codec_get_id(codec_movvideo_tags, track->video.fourcc);

Completed in 62 milliseconds