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 D55A64ADC1 for ; Sat, 22 Jun 2024 23:16:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3B70B68D5CD; Sun, 23 Jun 2024 02:15:59 +0300 (EEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D725268D5B7 for ; Sun, 23 Jun 2024 02:15:51 +0300 (EEST) Received: by mail-pf1-f177.google.com with SMTP id d2e1a72fcca58-7067a2e9607so21351b3a.3 for ; Sat, 22 Jun 2024 16:15:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1719098149; x=1719702949; 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=1NINnMKXvdQtVvO1x0ju+HbQ77vZBpbUqBE/HlupQPU=; b=XA4QZqFElsCQxZROzcin1eZmTPDOlAE2z193zjW1xpPnwiS4mffv4D49Dy9SsmYhWN Zk1qB3o3tHuJnqjgaStP4CPD0nVe+Oob1vu1KS/OCcup2jGuZWt1qyt3r+G8HaJIQHKB Mc32rgca0ITjWIMHszHB4c1niqFW9VWV4kcEa7tu1qw1APsMBEyAkLXZ5kAEceF/6I7h qip2iJNDRFn4w9MABvPpSYcG7BwDHKO996Ly9ohIC6owpzTrGeBSY/xYvjkhizRlrBFc lHwawyIatY6iYFSOjWfSE+fNB7Wtff8bNMvmGSP1zqb2pWAKahvuXo2qHoOaS78UHLLT YlzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719098149; x=1719702949; 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=1NINnMKXvdQtVvO1x0ju+HbQ77vZBpbUqBE/HlupQPU=; b=Q304UGZP3jUkEpDeZrksiMQgLPn+e6F79QSnLf2hUpUkSiSyTwG5cZhPoOYwo4r/gB 4t+0sVQKzJjSKMY0MPUASc5iZ4LiqXuJwum002JM3dumy6DSgDQwwgLns9Y1d/QxVd3V sKC0E1CGPEbjaQVcuPDpPyjULiLb/mc1/3ik+7bhskdLAOoDNFZQopz8SUGmZXfZ8WBi FNMTNqdSQuueLYsx2ExSChM+4t409AKwtYOnCjOIkoQaunPqLdxujI5jUhPYTNmctigI 6aLB0QRZZjCSDcP9rXASdZgXr/84VxQ7stf0cfnLdXoDLoJpvM1bL2WfV5xa6TSe64/R YhfA== X-Gm-Message-State: AOJu0Yzn+usFxv3mH2DkOGFKNscqCbjZLM7yVKf3eW3+RT5LminUNjVF aGfeIOFLVG4qdgXWn15WQRPIcMGpDryO7soWm7Cy6pN25xl/iPrULcx2XQ== X-Google-Smtp-Source: AGHT+IFfzIVygbESgy2u1VEmi+5Ppyhgyfxqt6nYkfxNbiEklC+iNVqc+drN7UUyCRLVovk/XKo/ig== X-Received: by 2002:a05:6a00:1703:b0:705:9bd8:4f57 with SMTP id d2e1a72fcca58-70670e8fbc0mr1741559b3a.7.1719098149133; Sat, 22 Jun 2024 16:15:49 -0700 (PDT) Received: from localhost.localdomain ([190.194.167.233]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-706512e000asm3717691b3a.179.2024.06.22.16.15.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 22 Jun 2024 16:15:48 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Sat, 22 Jun 2024 20:15:14 -0300 Message-ID: <20240622231520.7410-4-jamrial@gmail.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240622231520.7410-1-jamrial@gmail.com> References: <20240622231520.7410-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 04/10] avcodec/h2645_sei: set Monoscopic view for 2D projection 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: packed view (current default) is obviously not correct. Signed-off-by: James Almer --- libavcodec/h2645_sei.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h2645_sei.c b/libavcodec/h2645_sei.c index 7c83747cd0..b30d2c1ca8 100644 --- a/libavcodec/h2645_sei.c +++ b/libavcodec/h2645_sei.c @@ -714,6 +714,7 @@ int ff_h2645_sei_to_frame(AVFrame *frame, H2645SEI *sei, #if CONFIG_H264_SEI case SEI_FPA_H264_TYPE_2D: stereo->type = AV_STEREO3D_2D; + stereo->view = AV_STEREO3D_VIEW_MONO; break; #endif } -- 2.45.2 _______________________________________________ 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".