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 9138049D6A for ; Sun, 10 Mar 2024 16:21:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 117B768CD3F; Sun, 10 Mar 2024 18:21:20 +0200 (EET) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BDCDF68C458 for ; Sun, 10 Mar 2024 18:21:12 +0200 (EET) Received: by mail-pl1-f178.google.com with SMTP id d9443c01a7336-1dcc0d163a1so7630855ad.0 for ; Sun, 10 Mar 2024 09:21:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710087671; x=1710692471; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=14HkiDzXLRqpUqdkhyoaXTLDswhwV09LrIfLWflCaXU=; b=vRipZUwGA5gGLMxzYauH86aenEpB6OZckCCf2lWGLOqhacOEpIdOksiC7vro+JI5Zp SguKsmB5vv8/XNaaZWJXKTBrAk8D8ssOl/TFhweMbg13+k+m1+9ZCMoIANkkZFbK07KS p1Db6AhC9HSeUvTNDEECoSOMnon634q5jLU5+wGB6Qlb1AKU62LU3HG/GvgydMRbUz52 ievfzgduaAPxx63w80/rACoVC70HXbO4dCU25coajGWVScLBmFrS6LzSfJ2H/nKfWNxT KtAUnY7FkcLrEK7QyVjDX4x0fHeRn53f8HdeMDSgH0ZevSrA69u97Py/LaA96hhhUrfP RQ3A== X-Forwarded-Encrypted: i=1; AJvYcCUFnDxnkjRHqbhqjTLsVHniJqUezGrs7PRf7bud2hEkaxwZoHmJ2zvL6XQAeDQH5CqYeCwr+gUA62DP2ipvU3S3Ex+aR+C1oQ== X-Gm-Message-State: AOJu0YyEfk/dOmHAtY6H220jUBJHcQ5qvr556Xh8rxcpFWTdkb2WcCOf Mxk7kiMITktAb4qitw9gc4XwnpmRebFDeCw5OZoaWEYgzYFZK9UerCDyMUO611mOKBUCv9scw4J insrTHf+GnffCVw/2WtAhWgGeV6DPhlgDnTdjVA== X-Google-Smtp-Source: AGHT+IECzkH8JMenGl0akp10RHfxF8BbJe9IuKixZ4+XV8TDRnoBeJjcIC7liugKSU2dVk+ABGrcms4icKDJm3CPo0U= X-Received: by 2002:a05:6a20:d495:b0:1a1:1a07:b0b3 with SMTP id im21-20020a056a20d49500b001a11a07b0b3mr5417770pzb.5.1710087671071; Sun, 10 Mar 2024 09:21:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Marth64 Date: Sun, 10 Mar 2024 11:21:00 -0500 Message-ID: To: Andreas Rheinhardt , FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] doc/bitstream_filters.texi: Document types used by filter_units 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: LGTM from a helpfulness standpoint. (Only chiming in as I just touched the same area in a different thread). Cheers, On Sun, Mar 10, 2024 at 10:52 Stefano Sabatini wrote: > On date Sunday 2024-03-10 16:34:23 +0100, Andreas Rheinhardt wrote: > > Signed-off-by: Andreas Rheinhardt > > --- > > doc/bitstream_filters.texi | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi > > index 61539d2473..3351625225 100644 > > --- a/doc/bitstream_filters.texi > > +++ b/doc/bitstream_filters.texi > > @@ -199,6 +199,13 @@ Identical to @option{pass_types}, except the units > in the given set > > removed and all others passed through. > > @end table > > > > +The types used by pass_types and remove_types correspond to NAL unit > types > > +(nal_unit_type) in H.264, HEVC and H.266 (see Table 7-1 in the H.264 > > +specification and HEVC specifications or Table 5 for H.266), to > > +marker values for JPEG (without 0xFF prefix), to start codes without > > +start code prefix (i.e. the byte following the 0x000001) for MPEG-2. > > +For VP8 and VP9, every unit has type zero. > > + > > LGTM, thanks. > _______________________________________________ > 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". > _______________________________________________ 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".