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
-3
View File
@@ -99,9 +99,6 @@ bool FFmpegDecoder::Open()
return false;
}
// Dump format information
av_dump_format(fmt_ctx_, stream()->index(), filename, 0);
// Get reference to correct AVStream
avstream_ = fmt_ctx_->streams[stream()->index()];
-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);