OSDN Git Service

[Qt][AVIO] Fix FTBFS with older FFMpeg.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 13 Oct 2019 20:27:25 +0000 (05:27 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 13 Oct 2019 20:27:25 +0000 (05:27 +0900)
source/src/qt/avio/movie_saver_video.cpp

index f5b8340..18ea682 100644 (file)
@@ -122,7 +122,7 @@ void MOVIE_SAVER::setup_mpeg4(void *_codec)
        c->scenechange_threshold = 30;
        c->noise_reduction = 0;
        c->chromaoffset = 2;
-       c->b_strategy = 1;
+//     c->b_strategy = 1;
        c->b_sensitivity = 55;
 #endif
 #endif