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()];