From f21eeb638a29587585b3465a868acf526e4ac8a6 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Fri, 2 Jan 2026 13:44:44 -0700 Subject: [PATCH] Delete audiofile patch that was incorrectly put in the wrong directory --- cinelerra-5.1/audiofile-0.3.6.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cinelerra-5.1/audiofile-0.3.6.patch diff --git a/cinelerra-5.1/audiofile-0.3.6.patch b/cinelerra-5.1/audiofile-0.3.6.patch deleted file mode 100644 index 40c2a5d8..00000000 --- a/cinelerra-5.1/audiofile-0.3.6.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/libaudiofile/modules/SimpleModule.h b/libaudiofile/modules/SimpleModule.h -index 03c6c69..bad85ad 100644 ---- a/libaudiofile/modules/SimpleModule.h -+++ b/libaudiofile/modules/SimpleModule.h -@@ -123,7 +123,8 @@ struct signConverter - typedef typename IntTypes::UnsignedType UnsignedType; - - static const int kScaleBits = (Format + 1) * CHAR_BIT - 1; -- static const int kMinSignedValue = -1 << kScaleBits; -+ static const int kMaxSignedValue = (((1 << (kScaleBits - 1)) - 1) << 1) + 1; -+ static const int kMinSignedValue = -kMaxSignedValue - 1; - - struct signedToUnsigned : public std::unary_function - { -- 2.34.1