From patchwork Sun Oct 9 10:57:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moritz Barsnick X-Patchwork-Id: 923 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.66 with SMTP id o63csp2047571vsd; Sun, 9 Oct 2016 03:58:09 -0700 (PDT) X-Received: by 10.194.145.235 with SMTP id sx11mr9927113wjb.175.1476010689871; Sun, 09 Oct 2016 03:58:09 -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 zi3si5636065wjb.168.2016.10.09.03.58.08; Sun, 09 Oct 2016 03:58:09 -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; 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 7245E689B3B; Sun, 9 Oct 2016 13:57:14 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DC083689B13 for ; Sun, 9 Oct 2016 13:57:07 +0300 (EEST) Received: from paradise.fritz.box ([80.144.19.106]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MYg42-1bNtIs0BYA-00VLjd; Sun, 09 Oct 2016 12:57:24 +0200 From: Moritz Barsnick To: FFmpeg development discussions and patches Date: Sun, 9 Oct 2016 12:57:02 +0200 Message-Id: <5e6d4d52c7b4b3a5851910dffcf2b7889a5c8ad4.1476010504.git.barsnick@gmx.net> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: <3e5a66db2817d8ea4dbd3a1eebbdb8fc5f98bde9.1476010504.git.barsnick@gmx.net> <5bcc1f72bb0f02e5eaf593f9332547ba30d9a8df.1476010504.git.barsnick@gmx.net> X-Provags-ID: V03:K0:Ghe1AdiKP0cNLycrXHSOMkGXOXojIaUztBHM297AjDyu96NO20Y 2PxF9zUmuPcFIjonK6hOBUi8up8L8YdP83bygAI1ZB4jmk531uokXH81HpxX6qFAj5N13qZ Y2eKmWnTINF1YJL4sUe8ash6tKVJvrVe1gFBnk22cL2BaUBKDmcVe1pAJskFJQLGAk69vT8 XeJkOYv0eqEI8htN7PKmw== X-UI-Out-Filterresults: notjunk:1; V01:K0:cbzTw6dLY/Q=:Z3gd+ISXFNiySPT4iTVZmW lXr+AWDJbvr7UVuRhjBntDXlK3CsXZVlYZj6vVwVwIynCu/dhEykAaS4SJow7H0GG04ZI2pbw cG/qq8SeOEhXqtmSXGN+uuedlzoHbTzBBBfRnYBmZsFJ5bDJ/0Qzp1hksvXAvwngTzAdW585h zS09kT+H8fHbd6iaBk726JO9ay8u72+/0N9EOOmGv6zNKxOTm0uPmiGEMXdy6lilIRweImjQc MM4/n/ugU2CMrTytn4hkyAuy8LtRb3GP/yRM5UyYIryRAg6vyGzrY2BhMvw1ctsHk+7qThqH2 qEnB5TDYjcWwXt/RDySnQyEsv7k5cL6+hwQ7R4RHqRiOXe9ZDPHFfeOeSgiM7WhQEcRqsNq4f hbhy67TcY0p+l9YeFt0+i4biQu9dxcKHb54vez/WL7Iz4sO8A3WzqPG7ikZur9VwuyzuRLOUG zO2iT0sQ0EBOhYwD37mjUhSh3kmmkNvlfjCLv5/Sw3YknrgqzMTwwd2fSASg1a046Y/UZfR7J lKUmd8LNWEA8CJ79McqESy8wAHEXWKGjcLAS8ajGDdmNqTgMWgBFdnTzOD1HaPonwV6CVmoUT Jhdl5bEfRTH145279zxJFOFnn4Uybu8xW5hGPGgd7Mmf9NEix38McHR1xftlfmx1WoKsOwqrD kBW/Ow3NNNm4VePmu5vmZDHAZMmoKRC1bHIDe4nXbYPQK1B4lzy/0MEagMKqnrG4HaBzZIutm UIzyYesN7GcDf0l3wwguvWKP/DzYRHGOMdi328OrLSpMKtEVLbE1JJiSRhc= Subject: [FFmpeg-devel] [PATCH 5/5] cmdutils: fix typos 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: Moritz Barsnick MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Moritz Barsnick --- cmdutils.c | 4 ++-- cmdutils.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index 71b3b2f..469c2d5 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -2112,7 +2112,7 @@ static int print_device_sources(AVInputFormat *fmt, AVDictionary *opts) if (!fmt || !fmt->priv_class || !AV_IS_INPUT_DEVICE(fmt->priv_class->category)) return AVERROR(EINVAL); - printf("Audo-detected sources for %s:\n", fmt->name); + printf("Auto-detected sources for %s:\n", fmt->name); if (!fmt->get_device_list) { ret = AVERROR(ENOSYS); printf("Cannot list sources. Not implemented.\n"); @@ -2142,7 +2142,7 @@ static int print_device_sinks(AVOutputFormat *fmt, AVDictionary *opts) if (!fmt || !fmt->priv_class || !AV_IS_OUTPUT_DEVICE(fmt->priv_class->category)) return AVERROR(EINVAL); - printf("Audo-detected sinks for %s:\n", fmt->name); + printf("Auto-detected sinks for %s:\n", fmt->name); if (!fmt->get_device_list) { ret = AVERROR(ENOSYS); printf("Cannot list sinks. Not implemented.\n"); diff --git a/cmdutils.h b/cmdutils.h index 67bf484..1b96aa4 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -450,13 +450,13 @@ int show_devices(void *optctx, const char *opt, const char *arg); #if CONFIG_AVDEVICE /** - * Print a listing containing audodetected sinks of the output device. + * Print a listing containing autodetected sinks of the output device. * Device name with options may be passed as an argument to limit results. */ int show_sinks(void *optctx, const char *opt, const char *arg); /** - * Print a listing containing audodetected sources of the input device. + * Print a listing containing autodetected sources of the input device. * Device name with options may be passed as an argument to limit results. */ int show_sources(void *optctx, const char *opt, const char *arg);