Searched refs:found_decoder (Results 1 – 2 of 2) sorted by relevance
225 int found_decoder; member
1572 st->internal->info->found_decoder = 0; in read_frame_internal()3020 if (st->internal->info->found_decoder >= 0 &&3027 …if (st->internal->info->found_decoder >= 0 && !st->internal->nb_decoded_frames && avctx->codec_id …3033 if (st->internal->info->found_decoder >= 0 && avctx->pix_fmt == AV_PIX_FMT_NONE)3067 st->internal->info->found_decoder <= 0 &&3068 (st->codecpar->codec_id != -st->internal->info->found_decoder || !st->codecpar->codec_id)) {3074 st->internal->info->found_decoder = -st->codecpar->codec_id;3092 st->internal->info->found_decoder = -avctx->codec_id;3095 st->internal->info->found_decoder = 1;3096 } else if (!st->internal->info->found_decoder)[all …]