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 861E942BFD for ; Mon, 2 May 2022 07:31:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5BB6568B2D2; Mon, 2 May 2022 10:31:04 +0300 (EEST) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 531FB68B28D for ; Mon, 2 May 2022 10:30:58 +0300 (EEST) Received: by mail-lf1-f50.google.com with SMTP id h29so16613689lfj.2 for ; Mon, 02 May 2022 00:30:58 -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=rXHgDA45hClrmGuQ27JbluQ94CAUS0rwHwH7uXU8pzg=; b=dKkevqWBZOO99iN6GgPGFMFEajP5La/OP1O1jJAe5nC8XU83yl6xsxLADgh4mcjqkn 0lc9fqZ34+qS3DfQya7cvWN3QrAEwT+FMLTqW1Sa5J9Fm9VaPdbg/LsqCfpt+9IA3USy 2pKolXPU3zYh/dqIrx7sxTot/uvnypge6aqUwiT8uZHz1ATriyvtUdmHuh/bn+dr0wfb eIjZhRAFEWR22Bh6cVubn4dlzRWpBhY7b0wkusVXkyFJLQcw8op1wHn8dyR08xKDLjk5 WsX7HAoBqY+gHlRRZwKOBvRQ8KpGNufr22d8Dx+/u7T96Rh7I+pXkoBB9DPsWJ2o/knN Vn2w== 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=rXHgDA45hClrmGuQ27JbluQ94CAUS0rwHwH7uXU8pzg=; b=cj+hlaj7mG8sMjFa3P3G/cn3NrWc2p1WEaJ4Brwafsx7LKFKXFgvx2VIGHHfxKNdd4 oqXbhfzv3ERZZVCSXyS83mYqsx85Yg0WN1u6UGkVhtLawX7gvkVotDjYja9x/6wEg/PF 366IM+TOE9Q0Pi4WE2rOqwwrJuY8da1BiSQ/PXywcTX8MVisyoYMGoFr18OA9LIZga07 1YAHKW11n4bW3DBs+N0f9Csj4kpZ1Ctd4aODZi54IO16xo8N8iq8/Klf/lkcJHJdvr4B dW3oFk4RE7rO+h2dsdhbfBLvRG1Gq88VS5Pl3dGjNuKS+R3OVaj/XTzGAlHctksgApkz M2Aw== X-Gm-Message-State: AOAM531gwgDZqC+7wUjEQ+96H2BYtJuTpFDN2OX7gPac/+VS2/2UuI/W E8Zp7K6PBBjtBqa7GLwrJik8pVrZar6GHT4aDmQ46+sirVzkTw== X-Google-Smtp-Source: ABdhPJyN5nY8QFQoREKAUHGPA88aPRLP5NUBozuKe/XmoBgrIiK3qfFWcnYnEb+LjGGKfcDqvL5QakWVYAmD4aFr/xk= X-Received: by 2002:a05:6512:1398:b0:445:bcef:e4fd with SMTP id p24-20020a056512139800b00445bcefe4fdmr7987855lfa.398.1651476657732; Mon, 02 May 2022 00:30:57 -0700 (PDT) MIME-Version: 1.0 From: Andreas Unterweger Date: Mon, 2 May 2022 09:30:47 +0200 Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [FFmpeg-devel] [PATCH v7 3/4] doc/examples/transcode_aac: AAC encoder is no longer experimental 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c index 52548f080d..909aa1cb73 100644 --- a/doc/examples/transcode_aac.c +++ b/doc/examples/transcode_aac.c @@ -211,9 +211,6 @@ static int open_output_file(const char *filename, avctx->sample_fmt = output_codec->sample_fmts[0]; avctx->bit_rate = OUTPUT_BIT_RATE; - /* Allow the use of the experimental AAC encoder. */ - avctx->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; - /* Set the sample rate for the container. */ stream->time_base.den = input_codec_context->sample_rate; stream->time_base.num = 1; -- 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".