diff options
Diffstat (limited to 'lib/rbcodec/codecs/smaf.c')
-rw-r--r-- | lib/rbcodec/codecs/smaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/smaf.c b/lib/rbcodec/codecs/smaf.c index eed9d39db4..5da8eb9aff 100644 --- a/lib/rbcodec/codecs/smaf.c +++ b/lib/rbcodec/codecs/smaf.c @@ -446,7 +446,7 @@ enum codec_status codec_run(void) endofstream = 0; while (!endofstream) { - enum codec_command_action action = ci->get_command(¶m); + long action = ci->get_command(¶m); if (action == CODEC_ACTION_HALT) break; |