1. 30 Oct, 2008 2 commits
    • Max Kellermann's avatar
      decoder: use bool for return values and flags · 62d4fa93
      Max Kellermann authored
      Don't return 0/-1 on success/error, but true/false.  Instead of int,
      use bool for storing flags.
      62d4fa93
    • Max Kellermann's avatar
      mp3: make mp3_read() return bool · d29bad44
      Max Kellermann authored
      Its only caller in mp3_decode() just compared its value with
      DECODE_BREAK.  Convert that to bool, and return false if the loop
      should be ended.  Also eliminate some superfluous command checking
      code, which was already done in the preceding while loop.
      d29bad44
  2. 29 Oct, 2008 32 commits
  3. 28 Oct, 2008 6 commits