|
|
@@ -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; |
|
|
|
} |
|
|
|
|
|
|
|