1. 29 Oct, 2008 30 commits
  2. 28 Oct, 2008 9 commits
  3. 27 Oct, 2008 1 commit
    • Max Kellermann's avatar
      player: reset pc.command when decoder startup fails · 4a71f662
      Max Kellermann authored
      When the decoder failed to start, the function do_play() returned,
      still having pc.command==PLAY.  This is because pc.command was reset
      only when the decoder started up successfully.  Add another
      player_command_finished() call in the error handler.
      4a71f662