You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_mcdeint: Set no_bitstream=1
This avoids unneeded writing of the bitstream Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -126,6 +126,7 @@ static int config_props(AVFilterLink *inlink)
|
|||||||
enc_ctx->me_cmp = enc_ctx->me_sub_cmp = FF_CMP_SAD;
|
enc_ctx->me_cmp = enc_ctx->me_sub_cmp = FF_CMP_SAD;
|
||||||
enc_ctx->mb_cmp = FF_CMP_SSE;
|
enc_ctx->mb_cmp = FF_CMP_SSE;
|
||||||
av_dict_set(&opts, "memc_only", "1", 0);
|
av_dict_set(&opts, "memc_only", "1", 0);
|
||||||
|
av_dict_set(&opts, "no_bitstream", "1", 0);
|
||||||
|
|
||||||
switch (mcdeint->mode) {
|
switch (mcdeint->mode) {
|
||||||
case MODE_EXTRA_SLOW:
|
case MODE_EXTRA_SLOW:
|
||||||
|
Reference in New Issue
Block a user