mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
avenc: Stop using the removed inter_threshold field
This commit is contained in:
parent
0400f7cc28
commit
0a819702c0
2 changed files with 0 additions and 2 deletions
|
@ -297,7 +297,6 @@ gst_ffmpegaudenc_set_format (GstAudioEncoder * encoder, GstAudioInfo * info)
|
||||||
ffmpegaudenc->context->coder_type = 0;
|
ffmpegaudenc->context->coder_type = 0;
|
||||||
ffmpegaudenc->context->context_model = 0;
|
ffmpegaudenc->context->context_model = 0;
|
||||||
ffmpegaudenc->context->scenechange_threshold = 0;
|
ffmpegaudenc->context->scenechange_threshold = 0;
|
||||||
ffmpegaudenc->context->inter_threshold = 0;
|
|
||||||
|
|
||||||
/* fetch pix_fmt and so on */
|
/* fetch pix_fmt and so on */
|
||||||
gst_ffmpeg_audioinfo_to_context (info, ffmpegaudenc->context);
|
gst_ffmpeg_audioinfo_to_context (info, ffmpegaudenc->context);
|
||||||
|
|
|
@ -346,7 +346,6 @@ gst_ffmpegvidenc_set_format (GstVideoEncoder * encoder,
|
||||||
ffmpegenc->context->coder_type = 0;
|
ffmpegenc->context->coder_type = 0;
|
||||||
ffmpegenc->context->context_model = 0;
|
ffmpegenc->context->context_model = 0;
|
||||||
ffmpegenc->context->scenechange_threshold = 0;
|
ffmpegenc->context->scenechange_threshold = 0;
|
||||||
ffmpegenc->context->inter_threshold = 0;
|
|
||||||
|
|
||||||
/* and last but not least the pass; CBR, 2-pass, etc */
|
/* and last but not least the pass; CBR, 2-pass, etc */
|
||||||
ffmpegenc->context->flags |= ffmpegenc->pass;
|
ffmpegenc->context->flags |= ffmpegenc->pass;
|
||||||
|
|
Loading…
Reference in a new issue