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 95B6645230 for ; Sun, 15 Jan 2023 16:11:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CE32E68BBFC; Sun, 15 Jan 2023 18:10:59 +0200 (EET) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D5B6168B75F for ; Sun, 15 Jan 2023 18:10:53 +0200 (EET) Received: by mail-ed1-f50.google.com with SMTP id v10so36521280edi.8 for ; Sun, 15 Jan 2023 08:10:53 -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=BjoiDPYhhQteTeb8YeVFYJzS+s81zTLWdkCbK5VNxww=; b=c+76dGQmyMphSRYQT+h7LsG64Pa/x+TbkcHccRgZCqPDmFixeSgX2vkKwP0EGNgZke EdyylX7V6Tqwq1EwFkdUDGPMdBBnLOo4vYRJ1X7FS9doYCZHInwEfKUP1oe7KNX5nAAp AcWAalW11zRlb4gn1rPWeLjx6xnCLY6dweweky5DxOtBORSp2Rme3ezq4c4JndNVwC5/ MUaOjKuxEfgr5KzrljFyFPlmBDaQ73wKNgzx7LMS+Amnwa5AXDJexnVaZ4TT/WeF2oVr cqhUlDRlINyE+YM0m3o51VfRr/A8wQU98RhSzm17vOKI6OoHtz+aW9hAaEKwJQq86c6U heBQ== 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=BjoiDPYhhQteTeb8YeVFYJzS+s81zTLWdkCbK5VNxww=; b=8Q0DklU6JgtyBL9GbpBxJGRgQia84MzaDSJUJAHn1lxNEtsvOHNed9xzZzBvFghuQd XYI5VWQcWRlb4+cmr1ah888aiJJzkOJF98NkRt4sGci7LR9QgULHQ6bREhyd+pIJQICp HznQ3+F6NsUa7v8oUKjE8YFnPK6zt8cKjFkTN6k+JNLkjYzwlSq3CUhZr2JDDYipXRZi dIGfajTyLD1vWfYH3uCuRrqDrbAowKdak6L6R2jFDSqUERl1ma/5rF+ChdH8uYEzvHwM EmEMEpUEOFT0nrc42HmQOyNDqyFpT6RxTzuhMlJD191s/olkd3BeHfnAPK1lfKnHKyjy aEWg== X-Gm-Message-State: AFqh2ko4faziNm71tZJvTkH6dLr++dsG6XVvzs9d3OtPEChEESFCfJf/ y7wylfp1kEFTf22wfG7aLgZs8grB73uMOw== X-Google-Smtp-Source: AMrXdXuxKFMtXee24eJ0RqlV7rx29ZQETlc9YAgSkwnmggRIaazkFlUqH+vpIeqOmlHRgDuvq48j3Q== X-Received: by 2002:aa7:c505:0:b0:46c:aec4:606f with SMTP id o5-20020aa7c505000000b0046caec4606fmr6628832edq.23.1673799051899; Sun, 15 Jan 2023 08:10:51 -0800 (PST) Received: from mariano ([82.84.225.92]) by smtp.gmail.com with ESMTPSA id ez6-20020a056402450600b0048ebe118a46sm10417954edb.77.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 1985DBFB77; 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:24 +0100 Message-Id: <20230115161035.584474-5-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 04/15] examples: rename filtering_video to decode_filter_video 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_video.c => decode_filter_video.c} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename doc/examples/{filtering_video.c => decode_filter_video.c} (99%) diff --git a/configure b/configure index 69137e929a..a79bc785f3 100755 --- a/configure +++ b/configure @@ -1714,13 +1714,13 @@ EXAMPLE_LIST=" avio_read_callback_example decode_audio_example decode_filter_audio_example + decode_filter_video_example decode_video_example demux_decode_example encode_audio_example encode_video_example extract_mvs_example filter_audio_example - filtering_video_example http_multiclient_example hw_decode_example metadata_example @@ -3771,13 +3771,13 @@ 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_filter_video_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_video_example_deps="avfilter avcodec avformat avutil" http_multiclient_example_deps="avformat avutil fork" hw_decode_example_deps="avcodec avformat avutil" metadata_example_deps="avformat avutil" diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 2e97605d5e..ba3a3b712a 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -2,13 +2,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_FILTER_VIDEO_EXAMPLE) += decode_filter_video 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_VIDEO_EXAMPLE) += filtering_video EXAMPLES-$(CONFIG_HTTP_MULTICLIENT_EXAMPLE) += http_multiclient EXAMPLES-$(CONFIG_HW_DECODE_EXAMPLE) += hw_decode EXAMPLES-$(CONFIG_METADATA_EXAMPLE) += metadata diff --git a/doc/examples/Makefile.example b/doc/examples/Makefile.example index e720dc2008..3383bb61fe 100644 --- a/doc/examples/Makefile.example +++ b/doc/examples/Makefile.example @@ -15,12 +15,12 @@ EXAMPLES= avio_list_dir \ avio_read_callback \ decode_audio \ decode_filter_audio \ + decode_filter_video \ decode_video \ demux_decode \ encode_audio \ encode_video \ extract_mvs \ - filtering_video \ http_multiclient \ hw_decode \ metadata \ diff --git a/doc/examples/filtering_video.c b/doc/examples/decode_filter_video.c similarity index 99% rename from doc/examples/filtering_video.c rename to doc/examples/decode_filter_video.c index 7b3e16c40c..454c19222f 100644 --- a/doc/examples/filtering_video.c +++ b/doc/examples/decode_filter_video.c @@ -24,7 +24,7 @@ /** * @file * API example for decoding and filtering - * @example filtering_video.c + * @example decode_filter_video.c */ #define _XOPEN_SOURCE 600 /* for usleep */ -- 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".