Skip to content

Commit 95e3656

Browse files
committed
Add Bit-depth and Chroma test for UI
1 parent 74dca80 commit 95e3656

3 files changed

Lines changed: 985 additions & 279 deletions

File tree

src/HwCodecDetect/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# HwCodecDetect/__init__.py
22
import os
33
from .install_ffmpeg_if_needed import install_ffmpeg_if_needed
4+
from .gui import launch_gui, HwCodecGUI
45

56
def _read_version():
67
try:
@@ -14,4 +15,4 @@ def _read_version():
1415
__author__ = "whyb"
1516
__email__ = "whyber@outlook.com"
1617
__license__ = "BSD-3-Clause"
17-
__url__ = "https://github.com/whyb/HwCodecDetect"
18+
__url__ = "https://github.com/whyb/HwCodecDetect"

0 commit comments

Comments
 (0)