From: David Conrad Date: Wed, 5 May 2010 21:02:37 +0000 (+0000) Subject: schroenc: Don't touch gop_structure by default, it should be left adaptive X-Git-Tag: android-x86-4.4-r1~22148 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=614748ceeb88004b1ea79cf47e4a447abca46e48;p=android-x86%2Fexternal-ffmpeg.git schroenc: Don't touch gop_structure by default, it should be left adaptive Originally committed as revision 23025 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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; }