Remove redundant device arg from VideoOutputStream constructor (#3121)
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3121 After careful review, it turned out device arg in VideoOutputStream constructor and related helper functions can be replaced with AVCodecContext::pix_fmt == AV_PIX_FMT_CUDA. Reviewed By: xiaohui-zhang Differential Revision: D43677801 fbshipit-source-id: f8f34f1aed46e223b44250d39cccc4cd26ecb458
Showing
Please register or sign in to comment