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 6215940C14 for ; Fri, 8 Apr 2022 03:03:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7993268B240; Fri, 8 Apr 2022 06:03:04 +0300 (EEST) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 01A5A68AE81 for ; Fri, 8 Apr 2022 06:02:57 +0300 (EEST) Received: by mail-lf1-f50.google.com with SMTP id t25so12824351lfg.7 for ; Thu, 07 Apr 2022 20:02:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to; bh=RkruPq5Hf5JTvOfZ4PYWxEF1Zr8SRVUPEui50hA4JjQ=; b=pRUZi95VcM6YfXmDnsk4uC3dO+4VpCego6ljwN3oxIgMET2BtQxDBU7hbDLkywwyU2 wUNFRUtB2WRYbwqMY+RNOE0uUtHlw+bFyq2ERqiv2kqTM2K5i3ucCU45rHyFpNeHE6qO k9/VJlQby6UoYk9xMHrrirrc4geMXqSeeG4fWSICPY7BTgrL2Lw3IVAtbfiSNYZi3Fay 6vFpRQmScJC2zQz0uVm/OEG11IDuf0Ih0/ev9s16bnVuWmjkA4c3hdFmVpPH6n0aHm0b HcCgkxWKKSbupqO0x8E16eGwp2W+yY75cCHol0JaO+z7fmcwLGTkzgeAixkVtgF2+vHu SJTQ== 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:reply-to :from:date:message-id:subject:to; bh=RkruPq5Hf5JTvOfZ4PYWxEF1Zr8SRVUPEui50hA4JjQ=; b=0Nm7DstLtRTI61HuO0wlg/6zhVXr/z9egu483PPGKaZDAU/FdLYGSS3T4y+B1XxoWk zvqnzRdZbxiKgrILdbPke/aG3mbW+uU6JEWHBDnufIeZcbqoqlqVvOcGbqF5zsK51FLb imPEAJXjkP8AKiyvPjxxg3g4LuHJs2x+aC5YYZSzM3bIVEBej9KYFTY3qrfPWJonWqdA DBld44tj7w/TXINpK0pqBIACQgUuH8ln/T0AbdGWhrJ7exE4vPeiMvs+DueC8Cyi0v+0 j8FiOD1vSvp9dslesA7QYe3LFotxfG3SOs6hYWPmVP1yHZRTii0TjTDr1ZZq8S96BGKG QYHg== X-Gm-Message-State: AOAM531XsGkjTqc4AmboF3hOFL3uwUPor0bpi5dQhsuvmQsieZc/VrUb 0SRjwwsanEDfi+DpcAebJxHfExS6BkDXIpOB4leDcvyK X-Google-Smtp-Source: ABdhPJybUB+7x+NhNn3tEvsvffo6tZ2lo92f1P+d+LsupCXJKCLFMgjdvQxXF93TnPI6QAc6j/9It7Z8okJQWbvoh3k= X-Received: by 2002:a05:6512:3a89:b0:44a:796c:8db0 with SMTP id q9-20020a0565123a8900b0044a796c8db0mr11203978lfu.123.1649386975827; Thu, 07 Apr 2022 20:02:55 -0700 (PDT) MIME-Version: 1.0 References: <20220408005759.12544-1-jamrial@gmail.com> In-Reply-To: <20220408005759.12544-1-jamrial@gmail.com> From: "mypopy@gmail.com" Date: Fri, 8 Apr 2022 11:02:43 +0800 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 8: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); LGTM. _______________________________________________ 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".