OSDN Git Service

schroenc: Don't touch gop_structure by default, it should be left adaptive
authorDavid Conrad <lessen42@gmail.com>
Wed, 5 May 2010 21:02:37 +0000 (21:02 +0000)
committerDavid Conrad <lessen42@gmail.com>
Wed, 5 May 2010 21:02:37 +0000 (21:02 +0000)
Originally committed as revision 23025 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/libschroedingerenc.c

index c375c73..2631819 100644 (file)
@@ -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;
     }