Blame view

3rdparty/ffmpeg-4.4.4/x264/tools/digress/constants.py 164 Bytes
f244cbd5   Hu Chunming   ffmpeg支持h264编码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  """
  All of Digress's constants.
  """
  
  TEST_PASS = 0
  TEST_FAIL = 1
  TEST_DISABLED = 2
  TEST_SKIPPED = 3
  
  CASE_PASS = 0
  CASE_FAIL = 1
  
  FIXTURE_PASS = 0
  FIXTURE_FAIL = 1