h4tr3d / avcpp

C++ wrapper for FFmpeg
Other
429 stars 78 forks source link

Create aggregate headers roughly corresponding to FFmpeg's libraries #100

Open jgcodes2020 opened 2 years ago

jgcodes2020 commented 2 years ago

FFmpeg provides aggregate headers, which include all relevant code corresponding to that particular library. Examples include libavformat/avformat.h and libavcodec/avcodec.h. It would be convenient to provide similar aggregate headers here.