Merge pull request #710 from nyanmisaka/mkv-webp-attactment

Add webp to matroskadec image mime types
This commit is contained in:
Nyanmisaka
2026-05-30 09:37:06 +00:00
committed by GitHub
3 changed files with 16 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@ jellyfin-ffmpeg (8.1.1-1) unstable; urgency=medium
* New upstream version 8.1.1
* Rename package to jellyin-ffmpeg8
* Use EOTF from BT 2446 Method B for HLG tonemap
* Add dtsx detection for dts hra
* Add webp to matroskadec image mime types
-- nyanmisaka <nst799610810@gmail.com> Thu, 28 May 2026 10:55:42 +0800
@@ -0,0 +1,12 @@
Index: FFmpeg/libavformat/matroskadec.c
===================================================================
--- FFmpeg.orig/libavformat/matroskadec.c
+++ FFmpeg/libavformat/matroskadec.c
@@ -818,6 +818,7 @@ static const CodecMime mkv_image_mime_ta
{"image/jpeg" , AV_CODEC_ID_MJPEG},
{"image/png" , AV_CODEC_ID_PNG},
{"image/tiff" , AV_CODEC_ID_TIFF},
+ {"image/webp" , AV_CODEC_ID_WEBP},
{"" , AV_CODEC_ID_NONE}
};
+1
View File
@@ -86,3 +86,4 @@
0086-workaround-amd-hevc-vaapi-encoder-out-of-band-vtag-hvc1.patch
0087-backport-a-fix-from-upstream-for-magicyuv-decoder.patch
0088-add-dtsx-detect-for-dts-hd-hra.patch
0089-add-webp-to-matroskadec-image-mime-types.patch