mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/dashenc: use a quieter log lever when informing prft was automatically enabled
Suggested-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
b0a9960a77
commit
e9aa1bfd8c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue