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 1D0E94C3F1 for ; Fri, 26 Jul 2024 14:59:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2228668D69B; Fri, 26 Jul 2024 17:58:59 +0300 (EEST) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D2E4A68CB9F for ; Fri, 26 Jul 2024 17:58:51 +0300 (EEST) Received: by mail-wm1-f49.google.com with SMTP id 5b1f17b1804b1-428101fa30aso1961925e9.3 for ; Fri, 26 Jul 2024 07:58:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1722005931; x=1722610731; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=CmjwM6IeGP6CIa4akF/MkxS5Cfyc2N7N32f+X9my/+Y=; b=l5ChzDLFGqQM5udg69M2Phug+bBD9Zw/v3Mrn8FNP+Qn06WhDQAbDH/jH+221+pkMS GKm1qNKh8iWAxgPYF5t/PhL89iqMQW1x8Pg/ts/qXSG5aPsSS+0LgbBKf1vJ/dlEY8LA fgR1FhDI2Vek3xmFi8PBDlUSoiYwRaD3neeZC91IHJVJB6E6Nm5UBr+DAx16VFTD+hng e2FpWbuWb0nYnajnKHcqjVVQrT2i6Yjj7rUJrott+hXIohM1HUIdsUhEv26Kk67PhRF1 BmPHOORzW0csT0xdB8wxuDMlrRjUP7Obv4gg2VVj9pZ309YG1lrSrfN2drEfNcxdsjeD pYFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722005931; x=1722610731; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=CmjwM6IeGP6CIa4akF/MkxS5Cfyc2N7N32f+X9my/+Y=; b=corZxiEiQhf0jvdKgAqATqo2pd5xZ3EHxSNaGJjF4LTOYKJB3aZENmHikypDRVkKdB h8D3h30lxZf4BeG6XNQ2qc8PKHfmdT9id3nhPr6cPBo+CsYfVTVJDlIwIppnD9IcwbMU q2mByzHHIEcfaexPm71t1EbteVYJ1UUEV8slyPQWUd+VOwQZDxOF4COO6PxSaRFLb4Bc AhxkOT1Vh4yIGfHNgzGYv7U5NwuudNLUI5Zr+0Fnx9/kRTALhQvpV8SALY6ZCwyfVjET RzDhnF1TGVEi2OOXjL0Ymh7eZsYS54vyEJXq7g87rU/RcBM1lx21gQE/oVFrhlYocKaj oOMg== X-Gm-Message-State: AOJu0YwTNH2KQ5OwQwAU5qQ1MWFFZWcY0N/f3inZIT+GYRhhPgagGMSD fI/mogKmD5mqy/iMZDUTlUeNH2iPQPx76Te7F5ZoNAaRhtQ/MipVZJkAkQ== X-Google-Smtp-Source: AGHT+IHTL6ye3oBDysGnw7oKfk5mhV7St3eCNkmLZLt0E0Xy2t8ClhozfoLbbGkjl4thhYRVFG/f/A== X-Received: by 2002:adf:e242:0:b0:368:7f59:a9f2 with SMTP id ffacd0b85a97d-36b36381968mr4165490f8f.10.1722005930331; Fri, 26 Jul 2024 07:58:50 -0700 (PDT) Received: from localhost.localdomain ([152.110.13.78]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4280f027411sm19896955e9.33.2024.07.26.07.58.48 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 26 Jul 2024 07:58:49 -0700 (PDT) From: tonetechnician@gmail.com To: ffmpeg-devel@ffmpeg.org Date: Fri, 26 Jul 2024 16:58:42 +0200 Message-Id: <20240726145843.68774-1-tonetechnician@gmail.com> X-Mailer: git-send-email 2.39.3 (Apple Git-146) MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 0/1] lavc/exr: decode_block() fails when input resolution not 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 Cc: Sean Devonport 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: From: Sean Devonport This fixes the commit message body wrapping between lines 60 and 72 Sean Devonport (1): lavc/exr: decode_block() fails when input resolution not exactly divisable by 8 libavcodec/exr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.39.3 (Apple Git-146) _______________________________________________ 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".