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 45D8246421 for ; Sun, 14 Jan 2024 16:39:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1CDB368CE34; Sun, 14 Jan 2024 18:39:50 +0200 (EET) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2DDEF68CE36 for ; Sun, 14 Jan 2024 18:39:48 +0200 (EET) Received: by mail-wm1-f46.google.com with SMTP id 5b1f17b1804b1-40e760e5b49so4375885e9.1 for ; Sun, 14 Jan 2024 08:39:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705250387; x=1705855187; 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=q/XJPj8rTyb2NZqIagzkHYx1eCsj+Uz82ibuaywCp8k=; b=hLTDMazV9c9nvHwFqUDlYamNMYiqn5OwTHyvrv3SZ4cQ/tNvOAkQD496JT2oR1ARPO mDrhuPu+ibTpBhodQuU4+zS/cdiTxDDSkuHFa63Gmyztsg04Nke6gz338ax0sDJamWrB BNNXnDxr8GJq3FftAA/vhhaJgi6vEuDOl8GmYrmRKdxDv9e/M0rZ9LchwZFzDb30Naol 1THeL6IazzcwcgerUIF/7XGv/rdlFU8kXyaj5oMfWYHG6WplBRUPoBO0xRjFmuOtlIRp 5I2Rg8gufHOzbwm+aJTdaDfD97oWcvL35zG65KPduHXX9eU/xU1ZNjNPycUixlxwpn/7 nz/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705250387; x=1705855187; 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=q/XJPj8rTyb2NZqIagzkHYx1eCsj+Uz82ibuaywCp8k=; b=iR8aGxqonwXnpfLStDOFLL0sUoA0PAkdyB3NiV/SlMzuEnQurGaKchml/qCR95q/Yy 2zH59sqdrm5/OitPTHXp77kbXA7Z7EEKgvX8j5dA17azJHLSwnIcc2WxmPqspmtePqE6 YDUtZ2meWSJmmtUyWzw7uKCzDVndfcNKJW7+tMqv4YqEzgBtluYO5rqK3fHlygstroRg QuNDLdFQlTURvEAHKkt7IWWstIwsZoQT+FuozUZJdBvJpLXpI8BndZ9JLi0Hr4rxazaI 05QZq+qOsCe95lnudi1urZn5FKx7o92ARwaq1pKIJNyF7lmxGtIfVEGhBKSC/POpP1Of KbZQ== X-Gm-Message-State: AOJu0Yx3K6jkiimtomv50hRBL5WNjXkqUS00hRtepbCl7YRRnKm7QBb7 mDQ/OErneQG94O9xUU/BcFAsS3sw/HQ= X-Google-Smtp-Source: AGHT+IHLjt9BiWV14jhmnUcNw3piGjo4a31fsq/m31HUFrYdJoF/3BpLSOt2X157UTo9V2ay4LWxGQ== X-Received: by 2002:a05:600c:4f09:b0:40e:42e8:171d with SMTP id l9-20020a05600c4f0900b0040e42e8171dmr1656624wmq.53.1705250386602; Sun, 14 Jan 2024 08:39:46 -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 f9-20020a05600c4e8900b0040e3960f46asm13079350wmq.14.2024.01.14.08.39.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 14 Jan 2024 08:39:46 -0800 (PST) Received: by mariano (Postfix, from userid 1000) id 3D8E2BFCDC; Sun, 14 Jan 2024 17:39:45 +0100 (CET) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sun, 14 Jan 2024 17:39:45 +0100 Message-Id: <20240114163945.496866-1-stefasab@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 6/6] doc/muxers: add bit 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 1caf41ee4a..d1e80d6582 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -872,6 +872,11 @@ ShockWave Flash (SWF) / ActionScript Virtual Machine 2 (AVM2) format muxer. It accepts one audio stream, one video stream, or both. +@section bit +G.729 (.bit) file format muxer. + +It accepts a single G.279 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".