-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Description
🐛 Describe the bug
Attempting to rebuild our torchvision packages at Arch Linux against ffmpeg 8 fails with:
/build/torchvision/src/python-vision-0.23.0/torchvision/csrc/io/decoder/video_stream.cpp: In member function ‘virtual void ffmpeg::VideoStream::setHeader(ffmpeg::DecoderHea
der*, bool)’:
/build/torchvision/src/python-vision-0.23.0/torchvision/csrc/io/decoder/video_stream.cpp:125:32: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘key_frame’
125 | header->keyFrame = frame_->key_frame;
| ^~~~~~~~~
Versions
0.23.0 but does not seemed to be fixed on master
either
Metadata
Metadata
Assignees
Labels
No labels