Commit 6a5efe6c authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Remove unused/redundant things (#2995)

Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2995

Reviewed By: nateanl

Differential Revision: D42624676

Pulled By: mthrok

fbshipit-source-id: 10fbdaada06ae78e5fa2253eb3331c93c032eeb3
parent 2eaefe27
...@@ -27,8 +27,6 @@ struct SrcStreamInfo { ...@@ -27,8 +27,6 @@ struct SrcStreamInfo {
struct OutputStreamInfo { struct OutputStreamInfo {
int source_index; int source_index;
std::string filter_description; std::string filter_description;
double rate;
OutputStreamInfo() = default;
}; };
} // namespace ffmpeg } // namespace ffmpeg
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment