ffmpeg: print more debug information, less useless information

This commit is contained in:
itsmattkc
2020-02-29 17:22:19 +11:00
parent a88fb07d89
commit 597f50fa37
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -40,8 +40,6 @@ extern "C" {
#include "common/debug.h"
int main(int argc, char *argv[]) {
av_log_set_level(AV_LOG_QUIET);
signal(SIGSEGV, crash_handler);
signal(SIGABRT, crash_handler);