-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[Torchvision] Fix FFmpeg 7.1+ support #9231
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9231
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b60ea6b with merge base 58eb039 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: * Fix `SwrContext` variable shadowing leading to null pointer dereference * Fix hang when using AVI inputs with `MemoryBuffer` reader (`SyncDecoder::TestMemoryBuffer` test) Differential Revision: D82494990
17125f6
to
509db25
Compare
Summary: * Fix `SwrContext` variable shadowing leading to null pointer dereference * Fix hang when using AVI inputs with `MemoryBuffer` reader (`SyncDecoder::TestMemoryBuffer` test) Differential Revision: D82494990
509db25
to
d6f4423
Compare
Summary: * Fix `SwrContext` variable shadowing leading to null pointer dereference * Fix hang when using AVI inputs with `MemoryBuffer` reader (`SyncDecoder::TestMemoryBuffer` test) Differential Revision: D82494990
d6f4423
to
46e614c
Compare
Summary: * Fix `SwrContext` variable shadowing leading to null pointer dereference * Fix hang when using AVI inputs with `MemoryBuffer` reader (`SyncDecoder::TestMemoryBuffer` test) Differential Revision: D82494990
46e614c
to
074bb21
Compare
Summary: * Fix `SwrContext` variable shadowing leading to null pointer dereference * Fix EOF signaling for AVIO read callbacks Differential Revision: D82494990
074bb21
to
b60ea6b
Compare
Hey @facebook-github-bot! You merged this PR, but no labels were added. |
Summary:
SwrContext
variable shadowing leading to null pointer dereferenceDifferential Revision: D82494990