hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=d540c8420bc280cf94a84e2c9b8e157f23698cb0

commit d540c8420bc280cf94a84e2c9b8e157f23698cb0
Author: Hermet Park <[email protected]>
Date:   Tue Dec 24 18:34:12 2019 +0900

    add a resolution option 720p-p
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index ce5a178..4dad80b 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1163,6 +1163,7 @@ static const Expedite_Resolution resolutions[] = {
   { "pal",     720 , 576 },
   { "480p",    720 , 480 },
   { "720p",    1280, 720 },
+  { "720p-p",  720, 1280 },
   { "1050p",   1680, 1050},
   { "1080p",   1920, 1080},
   { "1080p-p", 1080, 1920},

-- 


Reply via email to