cudacodec::VideoReader: allow frame seek on initialization#3542
Merged
asmorkalov merged 1 commit intoopencv:4.xfrom Nov 16, 2023
Merged
cudacodec::VideoReader: allow frame seek on initialization#3542asmorkalov merged 1 commit intoopencv:4.xfrom
cudacodec::VideoReader: allow frame seek on initialization#3542asmorkalov merged 1 commit intoopencv:4.xfrom
Conversation
Contributor
Author
@asmorkalov Sorry I forgot to mention that this is dependant on opencv/opencv#24012. In addition I've just realized it won't work on windows so I've added build guards to remove the test until the FFmpeg windows wrapper is updated. |
b5cf01d to
51085ba
Compare
asmorkalov
reviewed
Aug 11, 2023
51085ba to
38e17af
Compare
asmorkalov
reviewed
Nov 9, 2023
ebd474f to
012a920
Compare
012a920 to
08172eb
Compare
Contributor
Author
@asmorkalov Fixed. |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow seeking of video source on initialization of
cudacodec::VideoReaderwhen new variableVideoReaderInitParams::iFirstFrame!= 0.Dependant on opencv/opencv#24012
Fixes #3541.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.