Commit e48b9584 authored by Zhicheng Yan's avatar Zhicheng Yan Committed by Francisco Massa
Browse files

expose more io api (#1423)

parent 1258bb7b
from .video import write_video, read_video, read_video_timestamps
from ._video_opt import _read_video_from_file, _read_video_timestamps_from_file, _HAS_VIDEO_OPT
from ._video_opt import (
_read_video_from_file,
_read_video_timestamps_from_file,
_read_video_from_memory,
_read_video_timestamps_from_memory,
_HAS_VIDEO_OPT,
)
__all__ = [
'write_video', 'read_video', 'read_video_timestamps',
'_read_video_from_file', '_read_video_timestamps_from_file', '_HAS_VIDEO_OPT',
'_read_video_from_file', '_read_video_timestamps_from_file',
'_read_video_from_memory', '_read_video_timestamps_from_memory',
'_HAS_VIDEO_OPT',
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment