Unverified Commit e79a74e1 authored by Bruno Korbar's avatar Bruno Korbar Committed by GitHub
Browse files

Add missing doc for get_video_backend (#3643)


Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
parent 9e5edbd5
......@@ -85,6 +85,13 @@ def set_video_backend(backend):
def get_video_backend():
"""
Returns the currently active video backend used to decode videos.
Returns:
str: Name of the video backend. one of {'pyav', 'video_reader'}.
"""
return _video_backend
......
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