Eliminate the ec_int32 and ec_uint32 typedefs.
These were used because the entropy coder originally came from outside libcelt, and thus did not have a common type system. It's now undergone enough modification that it's not ever likely to be used as-is in another codec without some porting effort, so there's no real reason to maintain the typedefs separately. Hopefully we'll replace these all again somedate with a common set of Opus typedefs, but for now this will do. This fixes an issue caused by commit 6c8acbf1, which moved the ec_ilog() prototype from entcode.h to ecintrin.h, where the ec_uint32 typedef was not yet available. Thanks to John Ridges for the report.
Showing
- libcelt/bands.c 1 addition, 1 deletionlibcelt/bands.c
- libcelt/bands.h 1 addition, 1 deletionlibcelt/bands.h
- libcelt/celt.c 6 additions, 6 deletionslibcelt/celt.c
- libcelt/cwrs.c 1 addition, 1 deletionlibcelt/cwrs.c
- libcelt/cwrs.h 1 addition, 1 deletionlibcelt/cwrs.h
- libcelt/ecintrin.h 2 additions, 1 deletionlibcelt/ecintrin.h
- libcelt/entcode.c 6 additions, 6 deletionslibcelt/entcode.c
- libcelt/entcode.h 10 additions, 12 deletionslibcelt/entcode.h
- libcelt/entdec.c 19 additions, 19 deletionslibcelt/entdec.c
- libcelt/entdec.h 3 additions, 3 deletionslibcelt/entdec.h
- libcelt/entenc.c 18 additions, 18 deletionslibcelt/entenc.c
- libcelt/entenc.h 4 additions, 4 deletionslibcelt/entenc.h
- libcelt/mfrngcod.h 3 additions, 3 deletionslibcelt/mfrngcod.h
- libcelt/quant_bands.c 7 additions, 7 deletionslibcelt/quant_bands.c
- libcelt/quant_bands.h 1 addition, 1 deletionlibcelt/quant_bands.h
Loading
Please register or sign in to comment