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 53A1749B3B for ; Sun, 3 Mar 2024 18:09:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BAD0E68D3AA; Sun, 3 Mar 2024 20:09:45 +0200 (EET) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A031B68D33D for ; Sun, 3 Mar 2024 20:09:38 +0200 (EET) Received: by mail-oi1-f178.google.com with SMTP id 5614622812f47-3c1ea5f29a6so349632b6e.0 for ; Sun, 03 Mar 2024 10:09:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1709489376; x=1710094176; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=V0Y9lyssLkMy2io0GefH+W14S1flSRgtywNbJahUhnk=; b=HNoGz6PVur5hZodCnmTUooO35dUZwtfGWa7FDUfRoprsGweiRKG/B8VqL/nu5PKbK1 kwvvH2cuadIKj5KmeEpDkGu+VoH16b1XR2TmX9ikxgcvLAbndAw8fjDf++mTHnFOAXcl pGimRD2Wi9vaWTLBHZar4IzyFHurx2hHCWPmJkFwM9+FvMHXHirIrIHB0qP3RZ5tQg2V RrKDwnusOinTilWiLQMzBIHtHDfPzwJV844wg9VPv+XnL6YlBy9C5gBEOLRpc8+bnkF1 pqrB1HxNVcearrjurRCKhgjhhcehDdLBGLSvjcgHYZq7UeTPk7Y1/EmRcoLTiPvYyXB5 LObQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709489376; x=1710094176; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=V0Y9lyssLkMy2io0GefH+W14S1flSRgtywNbJahUhnk=; b=UfuAjwdThNd7rGe5nQ9o4fVD1FpjDUragqD5kZjY4cpUXpHjIM4S5djJkKuWT2lLHO BYy1dAfrZvv06K3N+hd9kYc+Wj9X397gSDqfCSJeoqurijcTtaDXfexPWffaI4Ga6X3F EmE7BATvSAXVgbyFZsnjIIPd82/eUaFkVqMVnJLBAgaWpdjYU0AnCJAA1mJv0sSajC1f GiHjYbv7Da950pllt8eAMTE+++tWdJUjIVbnvWY/VULbX0ExuNq1Uk6nsN8927gG2wZU Fyt43NqdnHIQNGX6wiSehMsEIVsF2mzzmR9xWYkmdv9pz+tD04keSAgqKbDeFthN2nom 5ulw== X-Gm-Message-State: AOJu0Yx9YLJSVI2fSrItG9MekqvXjbRmE75xUqQZXP6APHNfCHSiqi2P zFG9wGCLh+53vQoCIwSrnJqqE0Gj5U2IOdTstq1gkUMdFLlFN4UChKlWAaHg X-Google-Smtp-Source: AGHT+IFIBZqx/+PmSi9G89je8Yfjox6ur+t8f4EiYbSgNFL2fSfe5NheRIOn+V6S+sFW9E1wrsgKbg== X-Received: by 2002:a05:6808:eca:b0:3c1:c7cb:13f6 with SMTP id q10-20020a0568080eca00b003c1c7cb13f6mr9344940oiv.22.1709489376244; Sun, 03 Mar 2024 10:09:36 -0800 (PST) Received: from localhost.localdomain ([190.194.169.124]) by smtp.gmail.com with ESMTPSA id k9-20020a170902c40900b001db5ea825b2sm5511316plk.123.2024.03.03.10.09.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 03 Mar 2024 10:09:35 -0800 (PST) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Sun, 3 Mar 2024 15:09:20 -0300 Message-ID: <20240303180929.56930-2-jamrial@gmail.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240303180929.56930-1-jamrial@gmail.com> References: <20240303180929.56930-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/8] fftools/ffprobe: print some basic Tile Grid Stream Group parameters 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: Signed-off-by: James Almer --- fftools/ffprobe.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index 548c5e0948..fef2a37d4c 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -3367,7 +3367,15 @@ static void print_stream_group_params(WriterContext *w, AVStreamGroup *stg) else if (stg->type == AV_STREAM_GROUP_PARAMS_IAMF_MIX_PRESENTATION) print_str("type", "IAMF Mix Presentation"); else if (stg->type == AV_STREAM_GROUP_PARAMS_TILE_GRID) { + AVStreamGroupTileGrid *tile_grid = stg->params.tile_grid; print_str("type", "Tile Grid"); + print_int("nb_tiles", tile_grid->nb_tiles); + print_int("coded_width", tile_grid->coded_width); + print_int("coded_height", tile_grid->coded_height); + print_int("horizontal_offset", tile_grid->horizontal_offset); + print_int("vertical_offset", tile_grid->vertical_offset); + print_int("width", tile_grid->width); + print_int("height", tile_grid->height); } else print_str_opt("type", "unknown"); } -- 2.44.0 _______________________________________________ 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".