|
|
@ -357,7 +357,7 @@ static int config_input(AVFilterLink *inlink) |
|
|
|
avctx_enc->gop_size = INT_MAX; |
|
|
|
avctx_enc->gop_size = INT_MAX; |
|
|
|
avctx_enc->max_b_frames = 0; |
|
|
|
avctx_enc->max_b_frames = 0; |
|
|
|
avctx_enc->pix_fmt = inlink->format; |
|
|
|
avctx_enc->pix_fmt = inlink->format; |
|
|
|
avctx_enc->flags = AV_CODEC_FLAG_QSCALE | CODEC_FLAG_LOW_DELAY; |
|
|
|
avctx_enc->flags = AV_CODEC_FLAG_QSCALE | AV_CODEC_FLAG_LOW_DELAY; |
|
|
|
avctx_enc->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; |
|
|
|
avctx_enc->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; |
|
|
|
avctx_enc->global_quality = 123; |
|
|
|
avctx_enc->global_quality = 123; |
|
|
|
av_dict_set(&opts, "no_bitstream", "1", 0); |
|
|
|
av_dict_set(&opts, "no_bitstream", "1", 0); |
|
|
|