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 D168540695 for ; Thu, 28 Apr 2022 13:27:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BA33A68B415; Thu, 28 Apr 2022 16:27:48 +0300 (EEST) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F3F8668B413 for ; Thu, 28 Apr 2022 16:27:41 +0300 (EEST) Received: by mail-lf1-f48.google.com with SMTP id j4so8616397lfh.8 for ; Thu, 28 Apr 2022 06:27:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=VsclWPYyaKymG6p0sD314UaE/cNnYVl6/Mkb/x6XPbg=; b=a6P4yba8mvBQzgzLxHqyHswV+mUqmbCFdRDgwXdCPtyFQzc4JFZH3agtbZxvnfCV5Q krBk8XJmWijmnzbc704CbsOw2XHoyFeA8r+Eu/cB3fNfjLGG8KCxR1kCRZmkdttAesOd HzmLpZi+gisdxAsmpV0R34kmTbFjaSHKN/F51C9LXr/MS8GBLvsuT/o1EdH5eWDN7/Bh FKZ7+MSMHJkUxgn0foKj/vHJpc4aeMoZjP2wJ+cZ0i8anyhaloOOTnXFqm8bX0ZtGjdo 2NObzaRDoZR53JvQC9jWyV6jI+0aYzPhk3owUiMAL9YTFa29RQLr84b1F2LLwOjpsjle RU2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=VsclWPYyaKymG6p0sD314UaE/cNnYVl6/Mkb/x6XPbg=; b=klMcOgJjPVZrPqEuV9VTlsretphBBmtDcU8l12IKNXEGaPwT/WPwfyNk4g2ipKmA5G 3dR7qZhxx/vAy3N4lHhnKjOVByUs2yhL6M6YG3aiZhTKpajUjOAIgndUtaKSURyqJULg 3PeiT+t8hBPzvc0wjy1Y5y6eJCzvnLlW8Eb8By+sWkE83L9G06dspDH8IrB2UhrRJjNY 0D8tOxWLZz46pJP4bEnWGlr5VRCrh1zxTKZHRuN6tfArl4OuBy8LZ+gweKB+hNWgiLLI R7YwqOz+w+8YdT9r1n2FRVlZFA+v0sML7sGSDnm6B3CQHzdiCVCKZvefygiw0KHeO9zj 8zUw== X-Gm-Message-State: AOAM533BsXlnqt2F76SY2jBiPIrGhMcE678R+9s7Oc3uKOkUkNd0GvUg ZX/Rqnrr1IQ3n5VV2GPebMJG/3HshF4YnWBZD1rkabG/YUft8g== X-Google-Smtp-Source: ABdhPJwwz4YRyBT1OzYq5JC01woo2Fu6G/YvsUPN49uqZq+9ZmKjmlXp/zGQryMKM001d5dmJGhpUV5bX8kGlE/2roQ= X-Received: by 2002:a19:8c4b:0:b0:44a:b6a4:4873 with SMTP id i11-20020a198c4b000000b0044ab6a44873mr23961940lfj.549.1651152460802; Thu, 28 Apr 2022 06:27:40 -0700 (PDT) MIME-Version: 1.0 From: Andreas Unterweger Date: Thu, 28 Apr 2022 15:27:30 +0200 Message-ID: To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH v5 4/4] doc/examples/transcode_aac: Bump date 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 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: Signed-off-by: Andreas Unterweger --- doc/examples/transcode_aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c index 909aa1cb73..1b372782ab 100644 --- a/doc/examples/transcode_aac.c +++ b/doc/examples/transcode_aac.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2018 Andreas Unterweger + * Copyright (c) 2013-2022 Andreas Unterweger * * This file is part of FFmpeg. * -- 2.30.2 _______________________________________________ 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".