summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorLibravatar kim <grufwub@gmail.com>2025-07-29 15:15:55 +0200
committerLibravatar kim <gruf@noreply.codeberg.org>2025-07-29 15:15:55 +0200
commitac032ff6abd9d2d79e892a9ad323e4194d14d428 (patch)
tree87549a1bb304ad4883ab71a3ec4eb663c73a81b4 /internal
parent[performance] bump codeberg.org/gruf/go-kv to v2 (#4341) (diff)
downloadgotosocial-ac032ff6abd9d2d79e892a9ad323e4194d14d428.tar.xz
[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 <kipvandenbos@noreply.codeberg.org> Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
Diffstat (limited to 'internal')
-rw-r--r--internal/media/manager_test.go2
-rw-r--r--internal/media/test/clock-thumbnail.webpbin12962 -> 12956 bytes
2 files changed, 1 insertions, 1 deletions
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
diff --git a/internal/media/test/clock-thumbnail.webp b/internal/media/test/clock-thumbnail.webp
index 03b74b622..082913955 100644
--- a/internal/media/test/clock-thumbnail.webp
+++ b/internal/media/test/clock-thumbnail.webp
Binary files differ