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 E51C345230 for ; Sun, 15 Jan 2023 16:11:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F21016807B3; Sun, 15 Jan 2023 18:11:04 +0200 (EET) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C718268BC90 for ; Sun, 15 Jan 2023 18:10:57 +0200 (EET) Received: by mail-ej1-f53.google.com with SMTP id cf18so56516549ejb.5 for ; Sun, 15 Jan 2023 08:10:57 -0800 (PST) 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 :message-id:reply-to; bh=Y+YUcSeuz75/PLyQ+E3/u8zlmYfRz8gwzIYwvJYITB0=; b=LU7LDSjPmKckEC/kIpBsGYa1JEQvIge8oIYlA+t/jenXx317NzhC8N0yjcdIaL2nV8 5VKvTFBc3s+3/ZTg/tWtCByd2pE7WAalXUxCRPtNh0X93ab6lVzyI2nGnmhlH9njIMeG soLZsLqOpwrnL6Vq2C2R/inm3nDP/bcoHfc+Tw1oVCGPaY76a4ZWC+cNJg0Ez0glH6vz uDVycre/Vw05DIx/wWHrI01Ve8O6cegv6g+nCu+bC2+6tzhSDkqhj9Xc+l1hNNowspxN MHrv3eGYYG/oCWR1OOmiIpete4WfSM8CieNLBJxk7OFz2xdYRozTX8mFEpClSMBSwMzU q1yg== 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:message-id:reply-to; bh=Y+YUcSeuz75/PLyQ+E3/u8zlmYfRz8gwzIYwvJYITB0=; b=Fq+NWXQshWP5Tm+hoKmL2TndW930zLfi3Map4sw1iaP4UQk73GiefmaDZvsCNENtH6 TehR48RKRO8/gOQYvT8oaCk3NTaC/tIP7J4WXyAxmiAX872M/q5syGifvmDFgbfWOL2Q 59JNZCuLP5FPQyNDwZWBhXz/v56GrR32kmvW1+kh6igl6SmDtC3Qi/pB6jL/KJTtTJqx j+n2H5IKj2krb2g7HgauxniqVRaJm+7pNTD2VWtN0G9vE6AutlZVsKn/m8vV1Lh0Oyi9 Therp1Xdc3dgta6gRLmU3+O6tQrl9zUoAmB4IocK57RWNW0Mypcrr3Y1G/x3wENYGoIz VbHw== X-Gm-Message-State: AFqh2krivK2lbn8OrF8aYFPB6m/+SiXoa0U/EBf8uY6KEV+FGRrV+S9D japyh1NfR059jqicGGmH8UxldVTbTvr1dA== X-Google-Smtp-Source: AMrXdXvNfMjsPcDs74ZGSyRBgE6aGpkNlkgxrGuC2qjrYYMczMDZ4ikyqj4fj6BYbaUUK7wcemBXFA== X-Received: by 2002:a17:906:b00a:b0:7c1:458b:a946 with SMTP id v10-20020a170906b00a00b007c1458ba946mr77708538ejy.0.1673799056464; Sun, 15 Jan 2023 08:10:56 -0800 (PST) Received: from mariano ([82.84.225.92]) by smtp.gmail.com with ESMTPSA id k8-20020a17090632c800b00780982d77d1sm10772266ejk.154.2023.01.15.08.10.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 Jan 2023 08:10:51 -0800 (PST) Received: by mariano (Postfix, from userid 1000) id 14D39BFB76; Sun, 15 Jan 2023 17:10:50 +0100 (CET) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sun, 15 Jan 2023 17:10:23 +0100 Message-Id: <20230115161035.584474-4-stefasab@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230115161035.584474-1-stefasab@gmail.com> References: <20230115161035.584474-1-stefasab@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 03/15] examples: rename filtering_audio to decode_filter_audio 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: Stefano Sabatini 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: --- configure | 4 ++-- doc/examples/Makefile | 2 +- doc/examples/Makefile.example | 2 +- doc/examples/{filtering_audio.c => decode_filter_audio.c} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename doc/examples/{filtering_audio.c => decode_filter_audio.c} (99%) diff --git a/configure b/configure index a1488c442a..69137e929a 100755 --- a/configure +++ b/configure @@ -1713,13 +1713,13 @@ EXAMPLE_LIST=" avio_list_dir_example avio_read_callback_example decode_audio_example + decode_filter_audio_example decode_video_example demux_decode_example encode_audio_example encode_video_example extract_mvs_example filter_audio_example - filtering_audio_example filtering_video_example http_multiclient_example hw_decode_example @@ -3770,13 +3770,13 @@ yadif_videotoolbox_filter_deps="metal corevideo videotoolbox" avio_list_dir_deps="avformat avutil" avio_read_callback_deps="avformat avcodec avutil" decode_audio_example_deps="avcodec avutil" +decode_filter_audio_example_deps="avfilter avcodec avformat avutil" decode_video_example_deps="avcodec avutil" demux_decode_example_deps="avcodec avformat avutil" encode_audio_example_deps="avcodec avutil" encode_video_example_deps="avcodec avutil" extract_mvs_example_deps="avcodec avformat avutil" filter_audio_example_deps="avfilter avutil" -filtering_audio_example_deps="avfilter avcodec avformat avutil" filtering_video_example_deps="avfilter avcodec avformat avutil" http_multiclient_example_deps="avformat avutil fork" hw_decode_example_deps="avcodec avformat avutil" diff --git a/doc/examples/Makefile b/doc/examples/Makefile index adfcdb6aa3..2e97605d5e 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -1,13 +1,13 @@ EXAMPLES-$(CONFIG_AVIO_LIST_DIR_EXAMPLE) += avio_list_dir EXAMPLES-$(CONFIG_AVIO_READ_CALLBACK_EXAMPLE) += avio_read_callback EXAMPLES-$(CONFIG_DECODE_AUDIO_EXAMPLE) += decode_audio +EXAMPLES-$(CONFIG_DECODE_FILTER_AUDIO_EXAMPLE) += decode_filter_audio EXAMPLES-$(CONFIG_DECODE_VIDEO_EXAMPLE) += decode_video EXAMPLES-$(CONFIG_DEMUX_DECODE_EXAMPLE) += demux_decode EXAMPLES-$(CONFIG_ENCODE_AUDIO_EXAMPLE) += encode_audio EXAMPLES-$(CONFIG_ENCODE_VIDEO_EXAMPLE) += encode_video EXAMPLES-$(CONFIG_EXTRACT_MVS_EXAMPLE) += extract_mvs EXAMPLES-$(CONFIG_FILTER_AUDIO_EXAMPLE) += filter_audio -EXAMPLES-$(CONFIG_FILTERING_AUDIO_EXAMPLE) += filtering_audio EXAMPLES-$(CONFIG_FILTERING_VIDEO_EXAMPLE) += filtering_video EXAMPLES-$(CONFIG_HTTP_MULTICLIENT_EXAMPLE) += http_multiclient EXAMPLES-$(CONFIG_HW_DECODE_EXAMPLE) += hw_decode diff --git a/doc/examples/Makefile.example b/doc/examples/Makefile.example index 33af323c6f..e720dc2008 100644 --- a/doc/examples/Makefile.example +++ b/doc/examples/Makefile.example @@ -14,13 +14,13 @@ LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) EXAMPLES= avio_list_dir \ avio_read_callback \ decode_audio \ + decode_filter_audio \ decode_video \ demux_decode \ encode_audio \ encode_video \ extract_mvs \ filtering_video \ - filtering_audio \ http_multiclient \ hw_decode \ metadata \ diff --git a/doc/examples/filtering_audio.c b/doc/examples/decode_filter_audio.c similarity index 99% rename from doc/examples/filtering_audio.c rename to doc/examples/decode_filter_audio.c index 51fc47be2a..607237bf11 100644 --- a/doc/examples/filtering_audio.c +++ b/doc/examples/decode_filter_audio.c @@ -25,7 +25,7 @@ /** * @file * API example for audio decoding and filtering - * @example filtering_audio.c + * @example decode_filter_audio.c */ #include -- 2.25.1 _______________________________________________ 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".