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 652F747257 for ; Sat, 2 Sep 2023 15:19:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4458568C799; Sat, 2 Sep 2023 18:19:42 +0300 (EEST) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1689668C64C for ; Sat, 2 Sep 2023 18:19:36 +0300 (EEST) Received: by mail-wm1-f50.google.com with SMTP id 5b1f17b1804b1-401b0d97850so483945e9.2 for ; Sat, 02 Sep 2023 08:19:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693667974; x=1694272774; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=Ayr1LIkCn9lKlI9aFL4TiDiLDFUjjcIgV0auItTj6wU=; b=NSKbAA2e3mH1+lRCjGxZCCu8Lkspc8ewt0uWv2LUd20A4mifwKKsBuvNE2sHmaALuE IpF2UrlAI1kjteCFxIYW4VhyxnTr9q0FDmtZDv7qHI6dLJh/wCmS4mSOXdFu3zzhk72/ xg6TxDGQREuF/NFBf9NFIzuQIlgnXed9qFl/GWJyzvW1HiyJ371oBtOVtf0ZM30nmfHY CZcFRF1knljZ8UhWVlJ301GI4BJfWdxtxRGq8FnSxhXgHswl0pC66PwM2Dbma2i2KAjr Q+h/FNc8Hls1psROHjn15eaJ6eh7QPBybnyVXc/mHZBu7fX+3TOJEC3xC3jNMLGY4ZVo IMiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693667974; x=1694272774; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Ayr1LIkCn9lKlI9aFL4TiDiLDFUjjcIgV0auItTj6wU=; b=ZCDbkwDeyEGdbH/5cFuFUUfUXW6SlYXapoTU87d0qtqEfx8KfJzu2FpDcOHYzzhJWd lXzcZpJSrPLj7LtfCE9M9VzqHOyCaIyLgmXeoaquhq9DULFuQRD0S2lz10qUtdNqYXQD zd9Wx779foajeyhXIJtiECk9hbK0nvK3MbsRa7yYyM9TffxcLuPuZk7pk95HnYqpPhaR 2uqBk0RbhpeDo33xLDX9u8AdK2/7g9zs4v/GqtLWx9KEBKxX0G7ShbTnBsWb7FKQLq/f bGrw3X8ayeuvhV47M+B8vLbUWoxBHslXqHPQxnbTMTDHnGNvi4Al9FqJhNkPJ1UAYyTx /ReQ== X-Gm-Message-State: AOJu0YyJAaEzVYk0DBsBG46HotCmPL0AOoQiNGODYPas3Qn2zuoZ1Svf ZTHUY7dav/Prk7imEMEVGoE2IG5ZtA8= X-Google-Smtp-Source: AGHT+IGp9TjaYhRHe9BD5wno/HYG4ijgCxFmXNNTulttvLQdbLzf7dnwO40w6YIs/vouryHBbP+T2Q== X-Received: by 2002:a7b:cd07:0:b0:400:ce4f:f184 with SMTP id f7-20020a7bcd07000000b00400ce4ff184mr4073478wmj.41.1693667973566; Sat, 02 Sep 2023 08:19:33 -0700 (PDT) Received: from mariano ([82.84.194.139]) by smtp.gmail.com with ESMTPSA id 11-20020a05600c234b00b003fee8793911sm8139001wmq.44.2023.09.02.08.19.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Sep 2023 08:19:32 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id 3995CBFCDA; Sat, 2 Sep 2023 17:19:31 +0200 (CEST) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sat, 2 Sep 2023 17:19:10 +0200 Message-Id: <20230902151921.1712373-1-stefasab@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] Review and fix doc/examples/transcode.c - version 2 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: Apply various fixes to transcode.c, with some bonus patches fixing a typo and adding some debug logs in the aresample filter. In particular fixes: http://trac.ffmpeg.org/ticket/5849 _______________________________________________ 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".