• moto's avatar
    Refactor Streamer to StreamReader in C++ codebase (#2403) · 9ef6c23d
    moto authored
    Summary:
    * `Streamer` has been renamed to `StreamReader` when it was moved from prototype to beta.
    This commit applies the same name change to the C++ source code.
    
    * Fix miscellaneous lint issues
    
    * Make the code compilable on FFmpeg 5
    
    Pull Request resolved: https://github.com/pytorch/audio/pull/2403
    
    Reviewed By: carolineechen
    
    Differential Revision: D36613053
    
    Pulled By: mthrok
    
    fbshipit-source-id: 69fedd6720d488dadf4dfe7d375ee76d216b215d
    9ef6c23d
stream_reader.cpp 10.6 KB