- the
average_rate
is already defined on the base Stream class, we do not need to redefine it in VideoStream - prune unused imports from AudioStream and VideoStream
- fix a typo in the
guessed_rate
docstring
average_rate
is already defined on the base Stream class, we do
not need to redefine it in VideoStreamguessed_rate
docstring