Searched refs:opt_compressor (Results 1 – 2 of 2) sorted by relevance
207 if (ctx->opt_compressor == HAP_COMP_NONE) { in hap_encode()286 switch (ctx->opt_compressor) { in hap_init()308 av_log(avctx, AV_LOG_ERROR, "Invalid compresor %02X\n", ctx->opt_compressor); in hap_init()339 …{ "compressor", "second-stage compressor", OFFSET(opt_compressor), AV_OPT_TYPE_INT, { .i64 = HAP_C…
69 int opt_compressor; /* User-requested compressor (encoder only) */ member