From e86ea6bdb9976d5142ba924565dbdf96bf9826a7 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 8 Dec 2017 21:32:54 -0500 Subject: [PATCH] Get test_codec synced with changes in 6c868dd Change-Id: I47c5ae09ff620b46e42463654e1a073b59fb2191 --- apps/plugins/test_codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 78f8dd61a8..01efcf69e5 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -119,7 +119,7 @@ static uint32_t crc32; static volatile unsigned int elapsed; static volatile bool codec_playing; -static volatile enum codec_command_action codec_action; +static volatile long codec_action; static volatile long endtick; static volatile long rebuffertick; struct wavinfo_t wavinfo; @@ -474,7 +474,7 @@ static void seek_complete(void) } /* Codec calls this to know what it should do next. */ -static enum codec_command_action get_command(intptr_t *param) +static long get_command(intptr_t *param) { rb->yield(); return codec_action;