Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FFMPEG_VideoReader.get_frame() #648

Closed
wants to merge 1 commit into from
Closed

Conversation

emshotton
Copy link

@emshotton emshotton commented Sep 27, 2017

self.pos in FFMPEG_VideoReader isn't updated when a frame is read with FFMPEG_VideoReader.read_frame(). This causes FFMPEG_VideoReader.get_frame() to fail if seeking backwards because self.pos is never greater than the calculated new position (if seeking backwards to any other time than 0.)

@coveralls
Copy link

coveralls commented Sep 27, 2017

Coverage Status

Coverage increased (+0.03%) to 57.212% when pulling 873abfe on MatthewShotton:master into e42b3c5 on Zulko:master.

@tburrows13
Copy link
Collaborator

Superseded by #1220.

@tburrows13 tburrows13 closed this Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix For PRs and issues solving bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants