"vscode:/vscode.git/clone" did not exist on "ce1f2cea8be223658c9f94e16a9f226ebd376d30"
Add decoder class (#2042)
Summary: Part of https://github.com/pytorch/audio/issues/1986. Splitting the PR for easier review. Add `Decoder` class that manages `AVCodecContext` resource and process input `AVPacket`. For the overall architecture, see https://github.com/mthrok/audio/blob/ffmpeg/torchaudio/csrc/ffmpeg/README.md. Note: Without a change to build process, the code added here won't be compiled. The build process will be updated later. Needs to be imported after https://github.com/pytorch/audio/issues/2041. Pull Request resolved: https://github.com/pytorch/audio/pull/2042 Reviewed By: carolineechen Differential Revision: D32933294 Pulled By: mthrok fbshipit-source-id: e443debadb44d491462fb641cd5b7b20c413b5b9
Showing
Please register or sign in to comment