rewrote void loading

This commit is contained in:
itsmattkc
2019-02-16 14:02:26 -08:00
parent ba2331e40d
commit 3d0a65c70d
3 changed files with 22 additions and 21 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ int main(int argc, char *argv[]) {
qInstallMessageHandler(debug_message_handler);
}
// init ffmpeg subsystem
// Initialize ffmpeg subsystem
// (these have been deprecated in FFmpeg 4, but are still necessary for FFmpeg 3)
av_register_all();
avfilter_register_all();