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 E7300486B5 for ; Mon, 15 Jan 2024 23:57:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E582268CAC6; Tue, 16 Jan 2024 01:57:42 +0200 (EET) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3313568CAC6 for ; Tue, 16 Jan 2024 01:57:36 +0200 (EET) Received: by mail-wm1-f42.google.com with SMTP id 5b1f17b1804b1-40e69b31365so27669215e9.0 for ; Mon, 15 Jan 2024 15:57:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705363054; x=1705967854; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=gfoFcdvjAN3Sy7MpIItfMsTrCU00iDYRzCfY4eM9/Bk=; b=MK0Ec85rbD5H/Xi4y/OOvJQ3Xaoxr3ED1V+cxcV+4aVFbPLnJb0fmBdwAu7cR45ozh HklpsFaZqqGMsfNqiLCQRx8XZXSFmclBOgh8yuEaUDE5NQgr+C8/2jg3PyFBh00u63Go DeZOjr4yCCE9b4f3ZSohuKOOJzYcOREuZiEsQYxZKINutrAhm3NDAkzpIt2yADboxX/k k4K4qSmcmFdYHOoQ+2w4+9Dt10EPtbnsltI+dIvVm/z3RWxfoaz39VCXZEMVjCwgt4vC KmSCg7NU2nPkeECHjBlk2/UWJBJH2yphQYP8aRlKxt/msPATqL6NFtYe7sfGdA0mAmV6 eEjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705363054; x=1705967854; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=gfoFcdvjAN3Sy7MpIItfMsTrCU00iDYRzCfY4eM9/Bk=; b=obhvmPjzQXC7oXgJe8DZiT8q6qqCUYK6k5t0ZDFbMlLLge1LwR2Aw8VU9urZ7aK8Zr gvNzo1kwYWv5WyqS7Je+n+7TAMGNqeee+emDGpz4kGJhm3BgMRx1Fs98qNUL4Wu1Hofb pu3sPx0V7zONGjK92CvCYAv7nH8GsLp1wdiYJSDUA7qfT9BOEGPAUNj/2CFb2UimcbCI h144NIY6Gk3Vvvf1mf+1cIF1NjIqv0iE65OoSTCPvPWXvqnzT3qNUmxMwwjez8jeWuNq etWI8oQ6ZgKYvoTWCqxh7SVHCrRLMAUNx0v702oJ4QWoSiur0+G5hgjcvK72a70qiB2c V9qg== X-Gm-Message-State: AOJu0YxdUXUwHWzjJq6AKZ+9bpUdg6TeJOfoXPqTb5cd7yMsDteEM6XX eOmhE98vfthjQP423plEHUT3n55CKjw= X-Google-Smtp-Source: AGHT+IEooHFz+vlwzoVNTG/t6DLMtnOWAQBBu10au1rdgfRrlAi1Ecm3kRrDrnxLiyBcFqqe20Cu1g== X-Received: by 2002:a05:600c:3b1c:b0:40d:3785:b1 with SMTP id m28-20020a05600c3b1c00b0040d378500b1mr3170944wms.115.1705363054297; Mon, 15 Jan 2024 15:57:34 -0800 (PST) Received: from mariano (dynamic-adsl-84-220-189-10.clienti.tiscali.it. [84.220.189.10]) by smtp.gmail.com with ESMTPSA id m21-20020a05600c4f5500b0040e4733aecbsm17273231wmq.15.2024.01.15.15.57.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Jan 2024 15:57:33 -0800 (PST) Received: by mariano (Postfix, from userid 1000) id C43BFBFCDC; Tue, 16 Jan 2024 00:57:32 +0100 (CET) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Tue, 16 Jan 2024 00:57:30 +0100 Message-Id: <20240115235732.525460-1-stefasab@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/3] doc/muxers: add caf 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: --- doc/muxers.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index e91a4f8e45..1bdd7d34d5 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -877,6 +877,11 @@ G.729 (.bit) file format muxer. It accepts a single G.729 audio stream. +@section caf +Apple CAF (Core Audio Format) muxer. + +It accepts a single audio stream. + @anchor{chromaprint} @section chromaprint -- 2.34.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".