PABannier / encodec.cpp

Port of Meta's Encodec in C/C++
187 stars 15 forks source link

mnt: make header C compliant #39

Closed PABannier closed 4 months ago

PABannier commented 4 months ago

C headers do not allow default property values for struct. This PR moves the encodec_params from the header file to the source file.