Browse Source

avfilter/vf_mcdeint: Set no_bitstream=1

This avoids unneeded writing of the bitstream

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Michael Niedermayer 11 years ago
parent
commit
961353d842
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_mcdeint.c

+ 1
- 0
libavfilter/vf_mcdeint.c View File

@@ -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:


Loading…
Cancel
Save