1
0
Fork 0
dosbox-staging/src/libs/decoders
krcroft 8f2a153dc2 STB Vorbis: eliminate inaccessible branch
The eliminated code removes the (ch == 1) branch, which is scoped
within this if condition: `if (rtype == 2 && ch != 1)`, therefore
the (ch == 1) branch will never be taken.
2019-12-05 10:35:44 +01:00
..
docs Add built-in SDL_sound r599 2019-10-26 06:55:13 +02:00
archive.h Add built-in C++ object serializer [snapshot as of 2019-10-23] 2019-10-25 00:47:43 +02:00
dr_flac.h Bump dr_flac to v0.12.3 2019-12-03 06:35:00 +01:00
dr_mp3.h Bump dr_mp3 to v0.5.4 2019-12-03 06:35:00 +01:00
dr_wav.h Bump dr_wav to v0.11.2 2019-12-03 06:35:00 +01:00
flac.c Remove ineffective consts and indicate unused variables 2019-12-03 06:35:00 +01:00
Makefile.am Remove SpeexDSP from the auto-tools configuraiton 2019-11-12 08:17:09 +01:00
mp3.cpp Remove ineffective consts and indicate unused variables 2019-12-03 06:35:00 +01:00
mp3_seek_table.cpp Remove ineffective consts and indicate unused variables 2019-12-03 06:35:00 +01:00
mp3_seek_table.h Remove ineffective consts and indicate unused variables 2019-12-03 06:35:00 +01:00
opus.c Remove ineffective consts and indicate unused variables 2019-12-03 06:35:00 +01:00
SDL_sound.c Eliminate buffers, conversions, and unused code 2019-11-11 13:20:11 -08:00
SDL_sound.h Eliminate buffers, conversions, and unused code 2019-11-11 13:20:11 -08:00
SDL_sound_internal.h Eliminate buffers, conversions, and unused code 2019-11-11 13:20:11 -08:00
stb.h Add built-in Vorbis codec: stb_vorbis v1.17 2019-10-25 00:47:43 +02:00
stb_vorbis.h STB Vorbis: eliminate inaccessible branch 2019-12-05 10:35:44 +01:00
vorbis.c Remove ineffective consts and indicate unused variables 2019-12-03 06:35:00 +01:00
wav.c Remove ineffective consts and indicate unused variables 2019-12-03 06:35:00 +01:00
xxh3.h Add built-in Extremely Fast Hash algorithm: xxHash [snapshot as of 2019-10-23] 2019-10-25 00:47:43 +02:00
xxhash.c Add built-in Extremely Fast Hash algorithm: xxHash [snapshot as of 2019-10-23] 2019-10-25 00:47:43 +02:00
xxhash.h Add built-in Extremely Fast Hash algorithm: xxHash [snapshot as of 2019-10-23] 2019-10-25 00:47:43 +02:00