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 DE623447C4 for ; Sun, 25 Sep 2022 00:15:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4DFE468BC1A; Sun, 25 Sep 2022 03:12:14 +0300 (EEST) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7FA9F68BBBF for ; Sun, 25 Sep 2022 03:12:09 +0300 (EEST) Received: by mail-ej1-f48.google.com with SMTP id nb11so7450841ejc.5 for ; Sat, 24 Sep 2022 17:12:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=4ereMMp1j9lv8Pyp789I5VNI5JxjCDc1i9OEK88dIyo=; b=KD/gYurdNXpUhBC/Ci45zZR07R73kqnqM/jQo3jVYaCaoGijHbONkUS5ImxBiWrcpl iQKeGZQaC0/l8pADr7GzmAKdr7RWzbYNLYIYq219o5LMBJHeNqCW9mZOQpOMaxh+6qm9 YAwFdRjP9sQMsQvQ7irErWzH0DWcnJx2BQolNAYddZ4arr4fY31J2gVEDc6jYOAHU/52 zfKHuC4gCyBzzHSPEPFomJ/IMVOblzYJRyKShMy4r1hs2ITyiFNdOFQmFQu7BJCogPe6 NO0IAHwfNQdt+M5U/q2XhCtG7krACaGKkf6YPXCgzb3wuq3suI/FBrtlsCljrlTI665/ quAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=4ereMMp1j9lv8Pyp789I5VNI5JxjCDc1i9OEK88dIyo=; b=LkGqbJ0wf6hZLk+9jrn34hXefOSR2+c/GrCbnhkox7fKLIOTDUhSeS7PInjTlvwY8Y a3Vn0JAIxwf75D10cHCfIa7FiDY2YPR2T90Lr0MyFpeKMtneHETg4vbYaOMCK4bHEh6B 31dM+oLNXKqsa6ij8n3287i7C+alhTMQYXg/t2MQcMNu52Y/IWPcGWR4jGuZaj4cYMpW +s2ZDCC1Za4DPUi+NHUCPUfNONNsn19MxxYQvySoLNFPp0Jvo0Q+LmqerpoAenVSYHYg i/32s0NT6jNkqG9zPI7/GL5E7EpW9Rg99CDK/LYiG8qoDMuYDl8ly7c2S0vuTPoi2DS/ dAZw== X-Gm-Message-State: ACrzQf20HkKpP666Or29viRl/LRcsK1KuNB8MI1Dij64yhCB5Sz1fNqT +XZ42IkADrBHN/+F/gMiphOB7T/SrHM= X-Google-Smtp-Source: AMsMyM6DXDZdbcvjB9wHwE4eQkNPIhsvBlc3riFdBT5tZGViOhmHjeD/Qu5u1IguTd3M4wjCzE2MIg== X-Received: by 2002:a17:906:db0e:b0:77b:82cf:54a6 with SMTP id xj14-20020a170906db0e00b0077b82cf54a6mr12473003ejb.691.1664064728602; Sat, 24 Sep 2022 17:12:08 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id kz3-20020a17090777c300b007812ba2a360sm6208042ejc.149.2022.09.24.17.12.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:08 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:56 +0200 Message-Id: <20220925001121.37721-30-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220925001121.37721-1-epirat07@gmail.com> References: <20220922020400.46715-1-epirat07@gmail.com> <20220925001121.37721-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 29/54] swresample: Fix Doxy reference to AVOptions 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 Cc: Marvin Scholz 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: --- libswresample/swresample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 4c26468c63..d4dcaebdcf 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -73,7 +73,7 @@ * * Once all values have been set, it must be initialized with swr_init(). If * you need to change the conversion parameters, you can change the parameters - * using @ref AVOptions, as described above in the first example; or by using + * using @ref avoptions, as described above in the first example; or by using * swr_alloc_set_opts2(), but with the first argument the allocated context. * You must then call swr_init() again. * -- 2.37.0 (Apple Git-136) _______________________________________________ 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".