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 6EFA449E10 for ; Mon, 10 Jun 2024 18:44:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 63AD368D7B7; Mon, 10 Jun 2024 21:44:32 +0300 (EEST) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B6AD568D77E for ; Mon, 10 Jun 2024 21:44:24 +0300 (EEST) Received: by mail-wm1-f48.google.com with SMTP id 5b1f17b1804b1-42198492353so2543765e9.1 for ; Mon, 10 Jun 2024 11:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718045063; x=1718649863; 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=THGrnj/IKOOmpIyReB3VWcdnKq7UGlqWPOmLYYPhWVQ=; b=fCyllRfaQki5B8GmJALVE/TiKToJkwcyHRJomyCzK+HWBFx8TQPHr/njyDP2HNYuTW JPvtilgJFyure/Ac055nkA49h3tlJiaF0R0qxykbWmVneCA+AZsTwvP/zidNw9sk4+Fv hWTT23N88KZ5nKUHL673a09AxV65S2aTqpUan/DKv+5TzazrsxgKZtT1zDSgDxOGJbnP P4xxDnWa7iK/4gttvQ2CEKn+4bHxgnNO+FT7zZQcwtm1vSr8fdltoEHc0G9vEp+iyNAZ XLoI+sEYY4tazocnhC/oSHPFIPFBEq/zggZ7k52NH021Y7ZBtKwNVfVYmAldqbHO7kgx Iecg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718045063; x=1718649863; 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=THGrnj/IKOOmpIyReB3VWcdnKq7UGlqWPOmLYYPhWVQ=; b=SP662ktM2Z/jGcnwKpMhP8BGh2rmKG2jM/K4Nw2WoPyCmWBX49GWEoU3OrT9NLcOQB R3VZn+prwQIbYptGCPNzE7cWxeD6IG5Z5SyrAlG0+/2OjAh6gHdSJbnvDa3wk1NV6DNk M6TZuBEatue82qlkcMxyCdlfOK/m+xkUhntaTVlYyBtoCuhwjbQTy01I7T4sQXvecWjK SsQuyu2ls5m5LiDX+EGzNsYliONlduULL33d5MebXCaYVWjMoPq1fiNTXICNaQ7rGJJF xhJYv8TJNN6bQ/yOI6yH5Eh6WjydwjC21X652gKsZAWmW1unjPrb3+ExJL3f4Q28kAuf jjPA== X-Gm-Message-State: AOJu0YzzYRvcQ8rBA8VTNJqVL66XQzxnZPh+LeAQvL5G+hmQ6uFcvlwr hV7cwcLYvyJBx/eb9pfONKpfO6cknV5hrX61fvB+lvcyZpUpfsf6GbmJRw== X-Google-Smtp-Source: AGHT+IEF9RDUk+NLHY0xmO2sD/c5Ne2YOUQGZva2YPbZEs4WAYkZVjUwW8VHL1x9cP7vy+nqjh+1RA== X-Received: by 2002:a05:600c:3d95:b0:421:5609:115d with SMTP id 5b1f17b1804b1-42164a510afmr63235215e9.41.1718045063414; Mon, 10 Jun 2024 11:44:23 -0700 (PDT) Received: from localhost.localdomain ([51.191.0.41]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4218193b0c0sm64659165e9.31.2024.06.10.11.44.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jun 2024 11:44:22 -0700 (PDT) From: Derek Buitenhuis To: ffmpeg-devel@ffmpeg.org Date: Mon, 10 Jun 2024 19:44:05 +0100 Message-ID: <20240610184408.68171-4-derek.buitenhuis@gmail.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240610184408.68171-1-derek.buitenhuis@gmail.com> References: <20240610184408.68171-1-derek.buitenhuis@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/5] fftools/ffprobe: Print more Stereo 3D info from side data 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: Derek Buitenhuis --- fftools/ffprobe.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index 2d38e5dfdc..082cec8a64 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -2544,6 +2544,14 @@ static void print_pkt_side_data(WriterContext *w, const AVStereo3D *stereo = (AVStereo3D *)sd->data; print_str("type", av_stereo3d_type_name(stereo->type)); print_int("inverted", !!(stereo->flags & AV_STEREO3D_FLAG_INVERT)); + print_str("view", av_stereo3d_view_name(stereo->view)); + print_str("primary_eye", av_stereo3d_primary_eye_name(stereo->primary_eye)); + if (stereo->baseline) + print_int("baseline", stereo->baseline); + if (stereo->horizontal_disparity_adjustment) + print_int("horizontal_disparity_adjustment", stereo->horizontal_disparity_adjustment); + if (stereo->horizontal_field_of_view) + print_int("horizontal_field_of_view", stereo->horizontal_field_of_view); } else if (sd->type == AV_PKT_DATA_SPHERICAL) { const AVSphericalMapping *spherical = (AVSphericalMapping *)sd->data; print_str("projection", av_spherical_projection_name(spherical->projection)); -- 2.43.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".