From e6fb3aba42084cd6af3a417435c444ad872ce629 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 15 Apr 2020 17:08:13 -0300 Subject: avformat/dashenc: fix typo in ProducerReferenceTime elements Signed-off-by: James Almer --- libavformat/dashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index d1fe90b00c..5a8cff4034 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -864,7 +864,7 @@ static int write_adaptation_set(AVFormatContext *s, AVIOContext *out, int as_ind s->streams[i]->codecpar->channels); } if (!final && c->write_prft && os->producer_reference_time_str[0]) { - avio_printf(out, "\t\t\t\t\n", + avio_printf(out, "\t\t\t\t\n", i, os->producer_reference_time.flags ? "captured" : "encoder", os->producer_reference_time_str, c->presentation_time_offset); avio_printf(out, "\t\t\t\t\t\n", c->utc_timing_url); avio_printf(out, "\t\t\t\t\n"); -- cgit v1.2.3