Skip to content

Commit

Permalink
Moved SNDDBG output a little later.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 31, 2009
1 parent 49531d1 commit ce30c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decoders/mpg123.c
Expand Up @@ -249,8 +249,6 @@ static int MPG123_open(Sound_Sample *sample, const char *ext)
seekable = 1;
} /* if */

SNDDBG(("MPG123: Accepting data stream.\n"));

internal->decoder_private = mp;
sample->actual.rate = rate;
sample->actual.channels = channels;
Expand All @@ -273,6 +271,8 @@ static int MPG123_open(Sound_Sample *sample, const char *ext)
else
goto mpg123_open_failed;

SNDDBG(("MPG123: Accepting data stream.\n"));

sample->flags = SOUND_SAMPLEFLAG_NONE;
internal->total_time = -1;
if (seekable)
Expand Down

0 comments on commit ce30c5a

Please sign in to comment.