Fix GCC 11 compile issue

Jesus Christ...
This commit is contained in:
itsmattkc
2022-01-24 11:38:06 -08:00
parent 9b19f7eab6
commit 437f74c6b4
+1 -1
View File
@@ -218,7 +218,7 @@ private:
Format format_;
// Footage-specific
bool enabled_;
int enabled_; // Switching this to int fixes GCC 11 stringop-overflow issue, I guess a byte-alignment issue?
int stream_index_;
int64_t duration_;
rational timebase_;