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 A0F5B44F92 for ; Tue, 13 Dec 2022 13:48:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B356C68BD98; Tue, 13 Dec 2022 15:48:02 +0200 (EET) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 230F068BC99 for ; Tue, 13 Dec 2022 15:47:56 +0200 (EET) Received: by mail-ej1-f46.google.com with SMTP id bj12so36544309ejb.13 for ; Tue, 13 Dec 2022 05:47:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=ytoJiaq9h1bOPpxwb9qRvMvIRqDBdDjxlcCg/ooexUg=; b=n81/yWrxSyCeSzc+NtOxXFknSPw+MJgV8+uxQNwqCFWF3hlOlSgA6vOBmT+2FlTCqk 2yLcq3/fGbRuuhDawufFAlYhAHT3v5LTOcueKz5imqwVPEf8JizvF93PeScHqBqZ3rGE 3hBiMU0dq4c96QUbxpGa9wgvpFp5rXZi5JpVhBXdORCsNAeeoCTfXzbYWpfVyFjE32MZ vIPI8bvPCKN32S6bKzDZGzPsQAhkG0N8veS9YZ2kLCuixmWMcphWTDFTT4YflacR4K4M wskhnX1KCBuV0D//MDoyo5fnax4tPKKzxn0aOmRaOMT25KmYjZ0egXLjWYh6BGekpx+B IZ6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ytoJiaq9h1bOPpxwb9qRvMvIRqDBdDjxlcCg/ooexUg=; b=0gX4ucsSOO+JF0wmnZdhNQi1aiimZAXa1kRcfGJrWx4oPv3s11LbH/V5OLNR4ir1Vr mdwoQMApNFWCs0vbgxxCfTBw7EsaESvyLxv1MJgJd2oEUtBtrCNLPbug2TbS6bUEd2Nn 4/6Zgnrl3dXuBxqEOHAuYRRgfixx0vgslZGuKUmn2ApU82eKtX5Dj0ITI+2TXgc6yyxQ 3KGOMntDBPSoyn6XUljJY4j7mgZexCb3DyyZiumVPAGGs+OaZB/vNDDeVtcLG0hxDL0A 0IJOlva3/StJWGEpo/Qpettr0tR2ImbaAcKtYTCPei5OhpZWviMBUb/8mEDrfBYdjyGl dBlQ== X-Gm-Message-State: ANoB5pmNMcmHDwGvnC8ALQU5MKmuYWI2+moX1VoIRBXGmilca0EWilLZ 4N8dj/MGlzgz06hcHmsZ0VTxJd5BtNRcYk7+4GXGHhx/ X-Google-Smtp-Source: AA0mqf7KcHBG0L/8fjKcpPLQW7OrHpi4APZU0IfXlZfXMaK+noJ5zdfrK+1PTpuSvDxVLvZH3Tw6mAli1kysIXJEjj8= X-Received: by 2002:a17:906:ef1:b0:78d:260d:a6e4 with SMTP id x17-20020a1709060ef100b0078d260da6e4mr79021210eji.93.1670939275354; Tue, 13 Dec 2022 05:47:55 -0800 (PST) MIME-Version: 1.0 References: <20221128153858.3717808-1-tmatth@videolan.org> <20221128153858.3717808-2-tmatth@videolan.org> In-Reply-To: From: "Ronald S. Bultje" Date: Tue, 13 Dec 2022 08:47:44 -0500 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 2/2] av1dec: fix typo in logged error 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: Hi, On Mon, Dec 12, 2022 at 7:54 PM Tristan Matthews wrote: > On Mon, Nov 28, 2022 at 10:39 AM Tristan Matthews > wrote: > > > > --- > > libavcodec/av1dec.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c > > index 80da0943d4..d83c902f1f 100644 > > --- a/libavcodec/av1dec.c > > +++ b/libavcodec/av1dec.c > > @@ -567,7 +567,7 @@ static int get_pixel_format(AVCodecContext *avctx) > > * implemented in the future, need remove this check. > > */ > > if (!avctx->hwaccel) { > > - av_log(avctx, AV_LOG_ERROR, "Your platform doesn't suppport" > > + av_log(avctx, AV_LOG_ERROR, "Your platform doesn't support" > > " hardware accelerated AV1 decoding.\n"); > > return AVERROR(ENOSYS); > > } > > -- > > 2.34.1 > > > > Ping > Merged. Ronald _______________________________________________ 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".