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 35758483EC for ; Sat, 2 Mar 2024 19:03:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4F35468D2FB; Sat, 2 Mar 2024 21:03:37 +0200 (EET) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E6AA868D1BC for ; Sat, 2 Mar 2024 21:03:30 +0200 (EET) Received: by mail-pl1-f172.google.com with SMTP id d9443c01a7336-1d911c2103aso12313595ad.0 for ; Sat, 02 Mar 2024 11:03:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1709406209; x=1710011009; 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=I+X4ALuUOEYa8O1yamZAct1k3gj1TmTISKImtJHNRAQ=; b=dFoTIoGB8+RylnHOtkOsMsOaDtgfSnbauF4YsVMsQa/qTOz2AQE1axIAbY/lBHQfBI HW65/xnGDGeLee4kQOmcp6gYuRYBiwDhOmqAe12wgrPfZttybZ0UrxqEQQs/jNGw36x8 EZl125QXKTYKgX9BrIuyObhfNsTu0pThhmpWkwWswgflvB3MRFDvNjZW+eHDITJDVPFo w9rNnlfFJRuhHvI2kt60/04gzRKanP8TuByicPBDiYEoHIUmrngNGd0tNxUF/2BXkuCS etKo3OPOdfe3hpeLxvILfQYrOYqC+bHeKP6fMzC37FSrH8uEmJ22TYmhfJGeGeiBlMlg /Dww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709406209; x=1710011009; 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=I+X4ALuUOEYa8O1yamZAct1k3gj1TmTISKImtJHNRAQ=; b=fhFZdT12SxX0D7c47zu2OAIo2GuuI7jrPjf6S3HZaivUBxdPAzfZrGWC7vs1k0G+3v EyD4VQaL+86XK94MLFa7VwcKUT7ZnyWuT2MIZPAs/mFwzlfap4M7NBR4hs3ikPvAL313 j7p2jwuIs7xVjbEhkeJu5w2qkvMlUP0PTdes/wlsSwApn3/IKy8Sss1Yfdqf6EbptLT2 nHvPh+9ngWD5gLFUrTPMDZfOd1fZk9JIN7rKGag9+BiBY9zq1gqF8SUR5qR4J10Hzak/ gmD+RQMMFMUM40eAE33H2tKoBi/ZXIOcZZyMXWI4v3ndU6bC89CI3K5GCKcQQqWDkNjJ HGWg== X-Gm-Message-State: AOJu0YxiG5F43afckVRxrLp7dq7jurFj5zlmLznycfaDJSAF80Sn/6S8 eYfx0ZnMGV5/dIu1jbUdasHZJDRrxhcye9Gb5aKlmaGTPHDmv1ldaeHWlReQ X-Google-Smtp-Source: AGHT+IEfqAEG6kG5V83iz6xi6W+o2+6+LXM7tJbbJsJ4pj2r9ogE3JZYBJ5D75GTRTwI/7/KTJ+ydg== X-Received: by 2002:a17:902:fc8f:b0:1dc:f7c2:938e with SMTP id mf15-20020a170902fc8f00b001dcf7c2938emr3985790plb.38.1709406208851; Sat, 02 Mar 2024 11:03:28 -0800 (PST) Received: from localhost.localdomain ([190.194.169.124]) by smtp.gmail.com with ESMTPSA id w22-20020a1709026f1600b001dcdfb6184asm4886303plk.79.2024.03.02.11.03.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Mar 2024 11:03:28 -0800 (PST) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Sat, 2 Mar 2024 16:03:21 -0300 Message-ID: <20240302190321.1851-2-jamrial@gmail.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240302190321.1851-1-jamrial@gmail.com> References: <20240302190321.1851-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/2] 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 ec3c713849..6e66f4dfa8 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -3362,7 +3362,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".