Searched refs:validate_codec_tag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmux.c184 static int validate_codec_tag(AVFormatContext *s, AVStream *st) function
313 && !validate_codec_tag(s, st)) {
319 if (!validate_codec_tag(s, st)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c2897 static int validate_codec_tag(AVFormatContext *s, AVStream *st) function
2989 if(st->codec->codec_tag && st->codec->codec_id == CODEC_ID_RAWVIDEO && av_codec_get_tag(s->oformat->codec_tag, st->codec->codec_id) == 0 && !validate_codec_tag(s, st)){
2994 if (!validate_codec_tag(s, st)) {

Completed in 66 milliseconds