Skip to content

Commit 7b9da78

Browse files
author
Daniel Flores
committed
fix docs
1 parent 163443c commit 7b9da78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/decoding/custom_frame_mappings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,11 @@ def decode_frames(video_path, seek_mode = "exact", custom_frame_mappings = None)
211211
# ------------------------
212212
#
213213
# - For fastest decoding when speed is more important than exact seeking accuracy,
214-
# "approximate" mode is recommended.
214+
# "approximate" mode is recommended.
215215
#
216216
# - For exact frame seeking, custom frame mappings will benefit workflows where the
217217
# same videos are decoded repeatedly, and some preprocessing work can be done.
218218
#
219219
# - For exact frame seeking without preprocessing, use "exact" mode.
220-
#
221220

222221
# %%

0 commit comments

Comments
 (0)