Commit e9aa1bfd authored by James Almer's avatar James Almer

avformat/dashenc: use a quieter log lever when informing prft was automatically enabled

Suggested-by: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent b0a9960a
......@@ -1397,7 +1397,7 @@ static int dash_init(AVFormatContext *s)
if (c->write_prft < 0) {
c->write_prft = c->ldash;
if (c->ldash)
av_log(s, AV_LOG_INFO, "Enabling Producer Reference Time element for Low Latency mode\n");
av_log(s, AV_LOG_VERBOSE, "Enabling Producer Reference Time element for Low Latency mode\n");
}
if (c->write_prft && !c->utc_timing_url) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment