From cb51cfafb32129d39ebc42b89e373f61761a0074 Mon Sep 17 00:00:00 2001 From: zboyet Date: Tue, 16 Apr 2013 11:23:51 -0700 Subject: [PATCH] Added ability to choose between resolution modulus --- src/FFMpeg/Format/Video/Resizable.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FFMpeg/Format/Video/Resizable.php b/src/FFMpeg/Format/Video/Resizable.php index 63289d6..aabedd9 100644 --- a/src/FFMpeg/Format/Video/Resizable.php +++ b/src/FFMpeg/Format/Video/Resizable.php @@ -33,4 +33,6 @@ interface Resizable extends VideoInterface * @return Dimension A dimension */ public function getComputedDimensions($originalWidth, $originalHeight); + + public function getModulus(); }