From ac032ff6abd9d2d79e892a9ad323e4194d14d428 Mon Sep 17 00:00:00 2001 From: kim Date: Tue, 29 Jul 2025 15:15:55 +0200 Subject: [chore] bump codeberg.org/gruf/go-ffmpreg to v0.6.8 (#4349) see: https://codeberg.org/gruf/go-ffmpreg/releases/tag/v0.6.8 nothing too exciting, though wasi-sdk-27 contains one or two (though many more to go) of nuno's wasi-libc string function simd optimizations which may make *some* difference Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4349 Reviewed-by: tobi Co-authored-by: kim Co-committed-by: kim --- internal/media/manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/media/manager_test.go') diff --git a/internal/media/manager_test.go b/internal/media/manager_test.go index f6914acf0..a96c920b7 100644 --- a/internal/media/manager_test.go +++ b/internal/media/manager_test.go @@ -492,7 +492,7 @@ func (suite *ManagerTestSuite) TestAnimatedGifProcess() { suite.Equal("image/gif", attachment.File.ContentType) suite.Equal("image/webp", attachment.Thumbnail.ContentType) suite.Equal(122364, attachment.File.FileSize) - suite.Equal(12962, attachment.Thumbnail.FileSize) + suite.Equal(12956, attachment.Thumbnail.FileSize) suite.Equal("LmKUZkt700ofoffQofj[00WBj[WB", attachment.Blurhash) // now make sure the attachment is in the database -- cgit v1.2.3