1
0
Fork 0
forked from len0rd/rockbox

Put illustrative switch case back, because it clarifies intention...maybe ;).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28985 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-01-07 05:30:22 +00:00
parent 39107956ab
commit 5c2dd0785d

View file

@ -375,6 +375,7 @@ static void audio_thread_msg(struct audio_thread_data *td)
case TSTATE_INIT:
td->state = TSTATE_DECODE;
case TSTATE_DECODE:
case TSTATE_RENDER_WAIT:
break;
case TSTATE_EOS: