Browse Source

wasapi: Remove assert added by 67e8522d

Ethan Lee 4 years ago
parent
commit
9b7babf96e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/audio/wasapi/SDL_wasapi.c

+ 0 - 1
src/audio/wasapi/SDL_wasapi.c

@@ -100,7 +100,6 @@ WaveFormatToSDLFormat(WAVEFORMATEX *waveformat)
             return AUDIO_S32SYS;
             return AUDIO_S32SYS;
         }
         }
     }
     }
-    SDL_assert(0 && "Unrecognized wFormatTag!");
     return 0;
     return 0;
 }
 }