Commit c4879d44 authored by conrad's avatar conrad

schroenc: Don't touch gop_structure by default, it should be left adaptive

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23025 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2e348d0e
...@@ -153,9 +153,6 @@ static int libschroedinger_encode_init(AVCodecContext *avccontext) ...@@ -153,9 +153,6 @@ static int libschroedinger_encode_init(AVCodecContext *avccontext)
schro_encoder_setting_set_double(p_schro_params->encoder, schro_encoder_setting_set_double(p_schro_params->encoder,
"enable_noarith", 1); "enable_noarith", 1);
} else { } else {
schro_encoder_setting_set_double(p_schro_params->encoder,
"gop_structure",
SCHRO_ENCODER_GOP_BIREF);
avccontext->has_b_frames = 1; avccontext->has_b_frames = 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment