aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-15 00:28:13 -0400
committerGitHub <noreply@github.com>2017-05-15 00:28:13 -0400
commit5bcb6ec675052ea8fe777e4ea96a960b4641edf5 (patch)
tree4c75250a177e33b29f7104d4d68e857b14d275cd /Emby.Drawing/NullImageEncoder.cs
parentfcf588ac14333442e601559eed0d0991202611a4 (diff)
parentbc865ce6987cd263c865d9eff8e789c88d435f7a (diff)
Merge pull request #2637 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
-rw-r--r--Emby.Drawing/NullImageEncoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/NullImageEncoder.cs b/Emby.Drawing/NullImageEncoder.cs
index c7d365fb2..1723e0637 100644
--- a/Emby.Drawing/NullImageEncoder.cs
+++ b/Emby.Drawing/NullImageEncoder.cs
@@ -32,7 +32,7 @@ namespace Emby.Drawing
throw new NotImplementedException();
}
- public void EncodeImage(string inputPath, string outputPath, bool autoOrient, int width, int height, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
+ public void EncodeImage(string inputPath, ImageSize? originalImageSize, string outputPath, bool autoOrient, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
{
throw new NotImplementedException();
}