Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Jun 18, 2015
1 parent 9e7af70 commit 223359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffpyplayer/player.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -851,4 +851,4 @@ cdef class MediaPlayer(object):
t_pos = <int64_t>(pos * AV_TIME_BASE)
if self.ivs.ic.start_time != AV_NOPTS_VALUE and t_pos < self.ivs.ic.start_time:
t_pos = self.ivs.ic.start_time
self.ivs.stream_seek(t_pos, t_rel, seek_by_bytes, c_accurate)
self.ivs.stream_seek(t_pos, t_rel, seek_by_bytes, accurate)

0 comments on commit 223359c

Please sign in to comment.