Skip to content
Snippets Groups Projects
Commit 961353d8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avfilter/vf_mcdeint: Set no_bitstream=1


This avoids unneeded writing of the bitstream

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent ec28cded
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ static int config_props(AVFilterLink *inlink)
enc_ctx->me_cmp = enc_ctx->me_sub_cmp = FF_CMP_SAD;
enc_ctx->mb_cmp = FF_CMP_SSE;
av_dict_set(&opts, "memc_only", "1", 0);
av_dict_set(&opts, "no_bitstream", "1", 0);
switch (mcdeint->mode) {
case MODE_EXTRA_SLOW:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment