Blame view

3rdparty/ffmpeg-4.4.4/x264/tools/digress/__init__.py 220 Bytes
f244cbd5   Hu Chunming   ffmpeg支持h264编码
1
2
3
4
5
6
7
8
9
10
11
12
  """
  Automated regression/unit testing suite.
  """
  
  __version__ = '0.2'
  
  def digress(fixture):
      """
      Command-line helper for Digress.
      """
      from digress.cli import Dispatcher
      Dispatcher(fixture).dispatch()