summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/gallery/files/FfmpegToolkit.class.patch')
-rw-r--r--www-apps/gallery/files/FfmpegToolkit.class.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/www-apps/gallery/files/FfmpegToolkit.class.patch b/www-apps/gallery/files/FfmpegToolkit.class.patch
deleted file mode 100644
index e909c22e42cd..000000000000
--- a/www-apps/gallery/files/FfmpegToolkit.class.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u -r1.18 -r1.19
---- gallery2/modules/ffmpeg/classes/FfmpegToolkit.class 2005/08/23 03:49:42 1.18
-+++ gallery2/modules/ffmpeg/classes/FfmpegToolkit.class 2005/10/23 01:41:30 1.19
-@@ -96,7 +96,7 @@
- $outputMimeType = null;
- switch($operationName) {
- case 'convert-to-image/jpeg':
-- $args = array('-f', 'singlejpeg', '-t', '0.001', '-y', $tmpFilename);
-+ $args = array('-f', 'mjpeg', '-t', '0.001', '-y', $tmpFilename);
- if (isset($context['ffmpeg.offset'])) {
- array_unshift($args, '-ss', $context['ffmpeg.offset']);
- unset($context['ffmpeg.offset']);