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

fix a bug related to audio_end_pts (#1431)

parent ef0ffb80
......@@ -308,7 +308,7 @@ class VideoClips(object):
math.floor,
)
audio_end_pts = pts_convert(
video_start_pts,
video_end_pts,
info["video_timebase"],
info["audio_timebase"],
math.ceil,
......
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