summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-xbmc_cdrip_EncoderFFmpeg_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/kodi/patches/patch-xbmc_cdrip_EncoderFFmpeg_h')
-rw-r--r--package/kodi/patches/patch-xbmc_cdrip_EncoderFFmpeg_h11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kodi/patches/patch-xbmc_cdrip_EncoderFFmpeg_h b/package/kodi/patches/patch-xbmc_cdrip_EncoderFFmpeg_h
deleted file mode 100644
index 2c58fe3a2..000000000
--- a/package/kodi/patches/patch-xbmc_cdrip_EncoderFFmpeg_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- xbmc-21.2-Omega.orig/xbmc/cdrip/EncoderFFmpeg.h 2025-01-15 23:14:15.000000000 +0100
-+++ xbmc-21.2-Omega/xbmc/cdrip/EncoderFFmpeg.h 2025-10-06 04:40:59.031472961 +0200
-@@ -33,7 +33,7 @@ public:
- bool Close() override;
-
- private:
-- static int avio_write_callback(void* opaque, uint8_t* buf, int buf_size);
-+ static int avio_write_callback(void* opaque, const uint8_t* buf, int buf_size);
- static int64_t avio_seek_callback(void* opaque, int64_t offset, int whence);
-
- void SetTag(const std::string& tag, const std::string& value);