mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
avviddec rebase
This commit is contained in:
parent
8fc3da62c1
commit
0400f7cc28
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ 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