-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Build failure with latest ffmpeg master caused by deprecated/removed attributes #3805
Closed
2 tasks done
Labels
Comments
prabhat00155
changed the title
ffmpeg's AVSubtitleRect deprecated/removed attribute still used in torchvision
Build failure with latest ffmpeg master caused by deprecated/removed attributes
May 10, 2021
In addition to above here are few other things to consider changing (this list will be updated) High (build failures)see above Low (warnings and incorrect usage)
|
This was referenced May 19, 2021
prabhat00155
added a commit
that referenced
this issue
Jun 1, 2021
* remove unused functions * shut up annoying warnings via cast * prabhat's comments * Fixed clang format error Co-authored-by: Prabhat Roy <prabhatroy@fb.com>
Since most of these have been closed I'm closing the issue. |
Reopening as some changes had to be reverted. |
Closing this since you fixed reverted changes :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building torchvision from source with latest ffmpeg(installed from source) throws a number of errors:
The reason is that ffmpeg's AVSubtitleRect's pict attribute was deprecated in 3.0 and removed in the latest master.
av_frame_get_best_effort_timestamp() was deprecated in
ffmpeg 4.0
and removed from the latest master.We need to update its usage in torchvision.
cc @bjuncek
The text was updated successfully, but these errors were encountered: