Origin commit data
------------------
Branch: master
Commit: c3278d9c3e
Author: martii <m4rtii@gmx.de>
Date: 2014-03-21 (Fri, 21 Mar 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-03-21 23:27:37 +01:00
parent 21e718b440
commit 0fc91c1479
10 changed files with 14 additions and 71 deletions

View File

@@ -864,16 +864,6 @@ static int Command(void *_context, PlaybackCmd_t command, void *argument)
ret = PlaybackSwitchTeletext(context, (int *) argument);
break;
}
case PLAYBACK_FRAMEBUFFER_LOCK:{
context->playback->mayWriteToFramebuffer = 0;
ret = cERR_PLAYBACK_NO_ERROR;
break;
}
case PLAYBACK_FRAMEBUFFER_UNLOCK:{
context->playback->mayWriteToFramebuffer = 1;
ret = cERR_PLAYBACK_NO_ERROR;
break;
}
default:
playback_err("PlaybackCmd %d not supported!\n", command);
ret = cERR_PLAYBACK_ERROR;
@@ -905,7 +895,6 @@ PlaybackHandler_t PlaybackHandler = {
0,
0,
0,
1,
0,
0,
&Command,