From patchwork Thu Sep 1 18:24:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Graczyk X-Patchwork-Id: 389 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.134 with SMTP id o128csp1050510vsd; Thu, 1 Sep 2016 11:25:08 -0700 (PDT) X-Received: by 10.28.44.85 with SMTP id s82mr15593780wms.73.1472754308713; Thu, 01 Sep 2016 11:25:08 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id i4si7118944wjn.54.2016.09.01.11.25.04; Thu, 01 Sep 2016 11:25:08 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 60C3D689C8D; Thu, 1 Sep 2016 21:24:55 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2DDD8689AB4 for ; Thu, 1 Sep 2016 21:24:48 +0300 (EEST) Received: by mail-pa0-f48.google.com with SMTP id fu3so24376049pad.3 for ; Thu, 01 Sep 2016 11:24:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Xxk+9uEAEFcD2gUmRNQeMiDIrm2Bh4bBpb83GxiL7zk=; b=WnARVO9F3hd5udOj2nKXpUAigbNBmRr+q8RteeV24A6rp9wn9v9KTULVFQsaxFgoKL OMPkjDLUefA60ipincKXMVHqhf/2uTTeS/W9NynZ0XUWB/RGYitl+H/65xzAZcVbkKF3 bCvIGussxaKyQ8iOL9O1AgObHLjpzWoplYcEkR2eoxD4G/nJ6x6xKMD8sPCV32INWILM xKucA09SYBQ4DAswRu0RmB1uC/JJ9MOJcktz0zx8nNkWN6obmbWMkTUfiiDZ4rWCHaMN Q3lN5+hM3uqEv6lcDXtpLzRcs1YMocCrag8rv08XBjnTlN2qlOV1NTu1gUzPngcnFQbL Y8Jw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Xxk+9uEAEFcD2gUmRNQeMiDIrm2Bh4bBpb83GxiL7zk=; b=CNpN4CjJ3DNweImE1aalB5m4/FAF3qjFVLcmPmWaWzrcG2ukBGT2qI7ZZJyMf+JyNC 11sVCIUxDeBjWOKHuu/w8wbxmSYguJeYvxSUQRZz4Jxuc9fPC8Oprv1QdML8yqlqb93O eEatfk1BVNcX1nZamsJDiQYYXtIW3PB9NWyFM9D8DFSKHmak5EGHbf4Xdzqnzg3kMVJU sjYFVQPv7TFEYn+3vwmjMyX9DlLeK3JPpYYfwRMEEVWihMUn+PHVkgAF0opQozvBapng JitPrL7YIjGhLE/bfafOWxs4EHErg9MgBjTDN8wwTP349dDSN2xKn+YEjGyBvY8bd2U7 E1Gw== X-Gm-Message-State: AE9vXwOhDR5p9CaD8x/fykPznHcBaTmcFh9i3QaoQkn/sqXX0NErAtyJu+BrPeptmkJhn55A X-Received: by 10.67.1.35 with SMTP id bd3mr29080473pad.16.1472754293538; Thu, 01 Sep 2016 11:24:53 -0700 (PDT) Received: from mgraczyk.mtv.corp.google.com ([172.22.112.111]) by smtp.gmail.com with ESMTPSA id az10sm4644259pab.5.2016.09.01.11.24.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Sep 2016 11:24:53 -0700 (PDT) From: mgraczyk-at-google.com@ffmpeg.org To: ffmpeg-devel@ffmpeg.org Date: Thu, 1 Sep 2016 11:24:31 -0700 Message-Id: <1472754271-17487-1-git-send-email-mgraczyk@google.com> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 Subject: [FFmpeg-devel] [PATCH] libavcodec/opus: Fix spelling in error message X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Cc: Michael Graczyk MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Michael Graczyk --- libavcodec/opus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/opus.c b/libavcodec/opus.c index 703d2e8..29854fc 100644 --- a/libavcodec/opus.c +++ b/libavcodec/opus.c @@ -328,7 +328,7 @@ av_cold int ff_opus_parse_extradata(AVCodecContext *avctx, channels = avctx->extradata ? extradata[9] : (avctx->channels == 1) ? 1 : 2; if (!channels) { - av_log(avctx, AV_LOG_ERROR, "Zero channel count specified in the extadata\n"); + av_log(avctx, AV_LOG_ERROR, "Zero channel count specified in the extradata\n"); return AVERROR_INVALIDDATA; }