mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
avaudenc: remove obsolete setting of rc_strategy
https://bugzilla.gnome.org/show_bug.cgi?id=792900
This commit is contained in:
parent
1e4529ced2
commit
9cc57a74d8
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ gst_ffmpegaudenc_set_format (GstAudioEncoder * encoder, GstAudioInfo * info)
|
|||
}
|
||||
|
||||
/* some other defaults */
|
||||
ffmpegaudenc->context->rc_strategy = 2;
|
||||
ffmpegaudenc->context->b_frame_strategy = 0;
|
||||
ffmpegaudenc->context->coder_type = 0;
|
||||
ffmpegaudenc->context->context_model = 0;
|
||||
|
|
Loading…
Reference in a new issue