• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: Commit

Common Source Code Project for Qt (a.k.a for FM-7).


Commit MetaInfo

Revision0aa814aec48526931dfe6e7fec33312ee094dd37 (tree)
Zeit2019-10-14 05:27:25
AutorK.Ohta <whatisthis.sowhat@gmai...>
CommiterK.Ohta

Log Message

[Qt][AVIO] Fix FTBFS with older FFMpeg.

Ändern Zusammenfassung

Diff

--- a/source/src/qt/avio/movie_saver_video.cpp
+++ b/source/src/qt/avio/movie_saver_video.cpp
@@ -122,7 +122,7 @@ void MOVIE_SAVER::setup_mpeg4(void *_codec)
122122 c->scenechange_threshold = 30;
123123 c->noise_reduction = 0;
124124 c->chromaoffset = 2;
125- c->b_strategy = 1;
125+// c->b_strategy = 1;
126126 c->b_sensitivity = 55;
127127 #endif
128128 #endif
Show on old repository browser