summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/libschroedingerenc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/libschroedingerenc.c b/libavcodec/libschroedingerenc.c
index c375c73c0b..26318193da 100644
--- a/libavcodec/libschroedingerenc.c
+++ b/libavcodec/libschroedingerenc.c
@@ -153,9 +153,6 @@ static int libschroedinger_encode_init(AVCodecContext *avccontext)
schro_encoder_setting_set_double(p_schro_params->encoder,
"enable_noarith", 1);
} else {
- schro_encoder_setting_set_double(p_schro_params->encoder,
- "gop_structure",
- SCHRO_ENCODER_GOP_BIREF);
avccontext->has_b_frames = 1;
}