From patchwork Thu May 28 17:31:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Ratterman X-Patchwork-Id: 19937 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id D295B44A73C for ; Thu, 28 May 2020 20:32:14 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AD05068AA89; Thu, 28 May 2020 20:32:14 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 512016880AA for ; Thu, 28 May 2020 20:32:08 +0300 (EEST) Received: by mail-pf1-f178.google.com with SMTP id z64so9404479pfb.1 for ; Thu, 28 May 2020 10:32:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=j7ItKVuR8HjkSxOsOL3R74RYar9eo8ixud9XPebDVDo=; b=Xf1jsXrgXthJfgYJimwWcQPdPuAlSR6XyuOd9iSKqvREKmGJ46XZ0lz3VvGldWPwsT 7R3PNpxQofsMOkCaI5140EOjsdegOH3rhYwyFJbCBkclWOQ6rCQ2x+JhRO19AJWL+M7V 5SKZXn2xF/5nDfaaXJ0t7pr4m9JZPjNIrk7CKEIchCOHvyUz7FrTOa3P1cdECApX0JHY qb1W95RdVgaM5ZqgaCPUwkEhEScYwPD0lw+w8dkSmCQcykRjPmhFhldLJg6w5hQ0bYwU ISuPEmNJx1eMm7/wH+6nA2QXifzG1nYCd3xDOYzSl8Nu91HesAKPTiqb2PVU6zt150Pg yIew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=j7ItKVuR8HjkSxOsOL3R74RYar9eo8ixud9XPebDVDo=; b=jvimzi2SqwkRqauQWsbVM1c+Nfhws3aJvYwy0ecg4Bzrmb1PQK2FUyalToF8hXsoXY /AoulJnqlt/xcRkqT1QaLYMWd6vW9UZZWmSmfAvs4Ptt9N96kDSUdwfQcLo55Mf1Jtcr 0LK0ww2R9FTCRxYvWVQc9t//RI2I+ei4pN9u2MDRpgnxhq2rFasoEIb5fXG29tEAxENg kwBVjMUDYiyawytYZhuDAivGoc0gxYo+tQB10xzcVhuLKmC20M/m6jhiPai9uld4bh98 ei9puyzWyPsO/VpA3/BWUGaA2pGgjKlwLiyA/cAQbR15KayyhpviozgdoGkInsFUL9MA W8xw== X-Gm-Message-State: AOAM530Yk9ZMKlYstl6CoPmDP+GipeCsa5t/HLJHTbfTmNgjvw7a7EdJ v2QMV/hiic0sG9OYJW4ckwj75nrbjck= X-Google-Smtp-Source: ABdhPJyhDEU8DdVeWs5QwF4TvyrS3xrFzCJnNLK+J8ra7OTlvHLOca6cOSIqrHDKkt6tje/8owSUUQ== X-Received: by 2002:aa7:8f0a:: with SMTP id x10mr4366211pfr.320.1590687125893; Thu, 28 May 2020 10:32:05 -0700 (PDT) Received: from localhost.localdomain ([172.92.145.18]) by smtp.gmail.com with ESMTPSA id go14sm6020804pjb.42.2020.05.28.10.32.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 10:32:05 -0700 (PDT) From: Joe Ratterman To: ffmpeg-devel@ffmpeg.org Date: Thu, 28 May 2020 10:31:48 -0700 Message-Id: <20200528173148.6306-1-jratt0@gmail.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] Replace 'FontName' with 'Fontname' in the documentation. 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: Joe Ratterman Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" This is the only use of 'FontName' with that capitalization, as both source-code and tests use 'Fontname'. Having consistent capitalization makes it easier to find the relevant source from the docs. See these examples for other uses: libavcodec/ass_split.c:68 tests/ref/fate/sub-cc:9 --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 85a511b205..84afa1fff3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17943,7 +17943,7 @@ subtitles=video.mkv:si=1 To make the subtitles stream from @file{sub.srt} appear in 80% transparent blue @code{DejaVu Serif}, use: @example -subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&HCCFF0000' +subtitles=sub.srt:force_style='Fontname=DejaVu Serif,PrimaryColour=&HCCFF0000' @end example @section super2xsai