We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bea3b commit b577ee3Copy full SHA for b577ee3
av/codec/hwaccel.pyx
@@ -1,4 +1,3 @@
1
-import copy
2
import weakref
3
from enum import IntEnum
4
tests/test_decode.py
@@ -8,10 +8,6 @@
8
9
import av
10
11
-# This import is needed to make the test_decoded_time_base test pass when we run only this test file.
12
-# Not sure why.
13
-from av.subtitles import subtitle
14
-
15
from .common import TestCase, fate_suite
16
17
0 commit comments