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 1CC0245506 for ; Tue, 31 Jan 2023 15:05:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 545B368BE0B; Tue, 31 Jan 2023 17:05:00 +0200 (EET) Received: from mail-vs1-f42.google.com (mail-vs1-f42.google.com [209.85.217.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 38E6068BCED for ; Tue, 31 Jan 2023 17:04:54 +0200 (EET) Received: by mail-vs1-f42.google.com with SMTP id j7so16300019vsl.11 for ; Tue, 31 Jan 2023 07:04:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=6EK1o3CUTo9CisSLq75hFSrg/wGkyioZNfV3P/NIkxc=; b=aMjQRaY3YzCUoBYmaBKvpnpg+UAjTSR/cF/i0b29AlT3QslGKX1kFdCgiuoWeR8Bt4 mo5in7/A902eb8K0HDZ/OJWKx5WXMj4UsUrJ9dBEiOXDFzyrhM/E2+7ny6q3PvbvkbZ3 tk9u3FKdv0KUn7zZTujYq2PqAvFc/8MfrJpT8tzWv5gicKU+MkdILzJRfL/HSgLVheW5 MG5WC5RXIQQfjrRsLuVayw+S1uZYTAwFgeZL3OU6gEtMklOdbXOk5YdnHpiYjTIhi+iY jF/Ril3LfP0p/VWbnTRjQibdBgpNNoNHXaTm/axXMKwNYHOWX+8R0PGpxxT/BAE+NWiz lNug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=6EK1o3CUTo9CisSLq75hFSrg/wGkyioZNfV3P/NIkxc=; b=sjdoFOFADgyAXIzB69tuzX07LSdujNBrcYe5cdFwJxb5k1VUMQfFEJiVRG+SKDDYQX 008BhgWuz7OMLcsAE+PKtAnmtQHGvA+RBwfMZbEDJhgyHgdz5l7E6e63FpuG1kML6tyn qAUMzjE+RgNMd2jvsW9nulaR+oa6hXnMBSjc7rC0heLRv91SfDd4uyURa7ubvYmaakGS 9l8vyihJRbvyJfdcYdbECWBwpYrtnEifs16unKpxYItnis4iHPdvndBM9Luj4ltcmdc6 6FYwjGZJ0BjjpnmGs8J+MzTW+lT2voorlTAo8CrA7GcLF3YjXsFzD9TM1/0ztWHUmr6+ yvbg== X-Gm-Message-State: AO0yUKWyofOH5j0JLz+n80sHUSLpFjgUknD8tUjuuJ2QuJ5ila2mCQlu 2r3vLkH2ciMPry6Yx4+jso50BghhnHeLMn6l/byEn2Wm X-Google-Smtp-Source: AK7set8ns6uytHU63IfdViREcEPHnAllOa9VSpAbIdE1owhmhH43ME9vvhKpU0vaKGrMdi2BgP8BHspGO9bTBSDZX2s= X-Received: by 2002:a05:6102:3550:b0:3f1:7158:eebd with SMTP id e16-20020a056102355000b003f17158eebdmr1867432vss.15.1675177492785; Tue, 31 Jan 2023 07:04:52 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Tue, 31 Jan 2023 07:04:51 -0800 (PST) In-Reply-To: References: From: Paul B Mahol Date: Tue, 31 Jan 2023 16:04:51 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: parse and use substream_info bits 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: On 1/31/23, Paul B Mahol wrote: > On 1/31/23, Andreas Rheinhardt wrote: >> Paul B Mahol: >>> + ///< Which substream of substreams carry 16-channel presentation >>> + uint8_t extended_substream_info; >>> + >>> + ///< Which substream of substreams carry 2/6/8-channel presentation >>> + uint8_t substream_info; >>> + >> >> Sure about the '<' in ///> applies to the entity directly before the ///<. > > I copied from other lines. Will apply with this fixed. _______________________________________________ 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".