mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
libavformat/mov: Change log line from debug to trace
It's creating too much noise, even for debug Signed-off-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
parent
44d5e12c8f
commit
6a4f851df7
@ -3611,7 +3611,7 @@ static void mov_fix_index(MOVContext *mov, AVStream *st)
|
||||
|
||||
if (ctts_data_old && ctts_index_old < ctts_count_old) {
|
||||
curr_ctts = ctts_data_old[ctts_index_old].duration;
|
||||
av_log(mov->fc, AV_LOG_DEBUG, "stts: %"PRId64" ctts: %"PRId64", ctts_index: %"PRId64", ctts_count: %"PRId64"\n",
|
||||
av_log(mov->fc, AV_LOG_TRACE, "stts: %"PRId64" ctts: %"PRId64", ctts_index: %"PRId64", ctts_count: %"PRId64"\n",
|
||||
curr_cts, curr_ctts, ctts_index_old, ctts_count_old);
|
||||
curr_cts += curr_ctts;
|
||||
ctts_sample_old++;
|
||||
|
Loading…
Reference in New Issue
Block a user