Lines Matching defs:opts
179 AVDictionary *opts = NULL;
226 case AV_CODEC_ID_DVB_SUBTITLE: av_dict_set_int(&opts, "compute_clut", -2, 0); break;
372 av_dict_set_int(&opts, "cons_noisegen", bytestream2_get_byte(&gbc) & 1, 0);
373 av_dict_set_int(&opts, "heavy_compr", bytestream2_get_byte(&gbc) & 1, 0);
374 av_dict_set_int(&opts, "target_level", (int)(bytestream2_get_byte(&gbc) % 32) - 31, 0);
375 av_dict_set_int(&opts, "dmix_mode", (int)(bytestream2_get_byte(&gbc) % 4) - 1, 0);
394 av_dict_set(&opts, "downmix", downmix_layout, AV_DICT_DONT_STRDUP_VAL);
400 av_dict_set_int(&opts, "channel_order", !!(request_channel_layout & INT64_MIN), 0);
425 int res = avcodec_open2(ctx, &c->p, &opts);
430 av_dict_free(&opts);
574 av_dict_free(&opts);