[FFmpeg-cvslog] fftools/ffmpeg: drop an obsolete debug log
Anton Khirnov
git at videolan.org
Tue Jul 11 20:29:15 EEST 2023
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Jul 6 19:44:54 2023 +0200| [6a9d3f46c7fc661b86192e922ab932495d27f953] | committer: Anton Khirnov
fftools/ffmpeg: drop an obsolete debug log
The value it prints has not been cur_dts from lavf for a very long time,
so it's misleading.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a9d3f46c7fc661b86192e922ab932495d27f953
---
fftools/ffmpeg.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index 71d4067a6c..96638242f3 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -941,10 +941,6 @@ static int choose_output(OutputStream **post)
} else {
opts = ost->last_mux_dts == AV_NOPTS_VALUE ?
INT64_MIN : ost->last_mux_dts;
- if (ost->last_mux_dts == AV_NOPTS_VALUE)
- av_log(ost, AV_LOG_DEBUG,
- "cur_dts is invalid [init:%d i_done:%d finish:%d] (this is harmless if it occurs once at the start per stream)\n",
- ost->initialized, ost->inputs_done, ost->finished);
}
if (!ost->initialized && !ost->inputs_done && !ost->finished) {
More information about the ffmpeg-cvslog
mailing list