From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id EB1E5429A0 for ; Fri, 8 Apr 2022 06:14:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3BBD968B265; Fri, 8 Apr 2022 09:14:52 +0300 (EEST) Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3BF1B68B0C5 for ; Fri, 8 Apr 2022 09:14:46 +0300 (EEST) Received: by mail-yb1-f178.google.com with SMTP id f38so13413231ybi.3 for ; Thu, 07 Apr 2022 23:14:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=1d1R84YB+LmxiOrF/iUKphV9QqVtPyCp5Ks6n1oYKc4=; b=WXjudhUm1YfKm3f9QD6pPA+nqnhj5ZJP8MvUVB7D64Hw3MqTd0clTzpUwRdGBLo+gJ I7E2sZkwQOo8zaW5epfu9Ov8gPh7T3nh5MOnpcIESr6NqQMEBUAIq5wvTSP55z+UxtZ+ 8NpaUmubLWgHSIqROQrpjX+SgeBkXYfjkQQfIay07+przIjgqkR7U7tEfNrdtXTk3SyL DqKZ+U40iJhI0w4sP7sjVTzSLdyp7dh+PYQ/nCBBRl4aSoDuxHqp+hEp/Qr01fuSTDe9 Z4sies8W8D3Z4rYDY1XcRAAeCiOkGlj3BnijmEpUrjz8H7RpkezHvwpelmsQ6gY4ujk6 yWHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=1d1R84YB+LmxiOrF/iUKphV9QqVtPyCp5Ks6n1oYKc4=; b=nSWUvkARAIS68VRaw8jbecoa4T4J3gkYfqO9eTMdWTdcg5ZqH2f69j9Uy5KXXbZTwg 9TPzq2RYIgUgPb8A7N25tTpKsoHP5HngSSRIU9KbBAzyAu4sJbW0Puy+ewG/qMYaW+Sr of0X9OSagwB3bzeAPSehVLyTB3KtTv0aRbz3pK8Ri5YQLmhqgmP3CipKo1LIjMyv+39i f8ptzvhq0/Salu90rlrZuHIGAjbxiYEvYwsqEDQUC1gWS+i657zsBI2oXoSCKvDh5/WH JZjhU8SoZ/QWOL+upJ9H6oNoGYlnLWaPF5CU4wAGL74+6LWuID441pEdnLQR+1WTolGK tmLw== X-Gm-Message-State: AOAM533zviC60/sgJiastr+Rd5ZvxU6/EQ5lDkTrdwqGFtRsFy0q02wq tDuE5Ext+qazf7LM6yv+un9hhkwTexMWInJZtMVtnRbw X-Google-Smtp-Source: ABdhPJwPgg6Hv1l/25N4hPne9TdWj9N56ZjuaN9D+ort2GI88mk5fqJEPZunMH9q7Td8FCf7+twgZjuQbEfndtTZLgM= X-Received: by 2002:a25:c754:0:b0:634:663f:cd27 with SMTP id w81-20020a25c754000000b00634663fcd27mr13554897ybe.86.1649398483467; Thu, 07 Apr 2022 23:14:43 -0700 (PDT) MIME-Version: 1.0 References: <20220408005759.12544-1-jamrial@gmail.com> In-Reply-To: <20220408005759.12544-1-jamrial@gmail.com> From: Hendrik Leppkes Date: Fri, 8 Apr 2022 08:14:32 +0200 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avformat/webmdashenc: fix on-demand profile string X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Fri, Apr 8, 2022 at 2:58 AM James Almer wrote: > > Fixes ticket #9596 > > Signed-off-by: James Almer > --- > libavformat/webmdashenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c > index a942c484e9..f8f2274556 100644 > --- a/libavformat/webmdashenc.c > +++ b/libavformat/webmdashenc.c > @@ -95,7 +95,7 @@ static int write_header(AVFormatContext *s) > } > avio_printf(pb, " minBufferTime=\"PT%gS\"\n", min_buffer_time); > avio_printf(pb, " profiles=\"%s\"%s", > - w->is_live ? "urn:mpeg:dash:profile:isoff-live:2011" : "urn:webm:dash:profile:webm-on-demand:2012", > + w->is_live ? "urn:mpeg:dash:profile:isoff-live:2011" : "urn:mpeg:dash:profile:webm-on-demand:2012", > w->is_live ? "\n" : ">\n"); > if (w->is_live) { > time_t local_time = time(NULL); > -- > 2.35.1 This needs FATE updates now, got a bit yellow around there. - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".