From d5387d9b52aab5f91cdd173710617b2c1a89971b Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Fri, 1 Feb 2019 10:59:29 -0500 Subject: [PATCH] 2.2.1 fixed AAC codec error --- bin/video2x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/video2x.py b/bin/video2x.py index b3ddece..64057e6 100755 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -35,7 +35,7 @@ import psutil import time import traceback -VERSION = '2.2.0' +VERSION = '2.2.1' # Each thread might take up to 2.5 GB during initialization. # (system memory, not to be confused with GPU memory)