diff options
-rw-r--r-- | apps/codecs/aac.c | 2 | ||||
-rw-r--r-- | apps/codecs/raac.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c index 90cf0438ce..cd81b5a584 100644 --- a/apps/codecs/aac.c +++ b/apps/codecs/aac.c | |||
@@ -123,8 +123,6 @@ enum codec_status codec_run(void) | |||
123 | } | 123 | } |
124 | #endif | 124 | #endif |
125 | 125 | ||
126 | ci->id3->frequency = s; | ||
127 | |||
128 | i = 0; | 126 | i = 0; |
129 | 127 | ||
130 | if (file_offset > 0) { | 128 | if (file_offset > 0) { |
diff --git a/apps/codecs/raac.c b/apps/codecs/raac.c index 4b73f41462..48a0b60ce1 100644 --- a/apps/codecs/raac.c +++ b/apps/codecs/raac.c | |||
@@ -110,8 +110,6 @@ enum codec_status codec_run(void) | |||
110 | param = (int)resume_offset * ((rmctx.block_align * 8 * 1000)/rmctx.bit_rate); | 110 | param = (int)resume_offset * ((rmctx.block_align * 8 * 1000)/rmctx.bit_rate); |
111 | action = CODEC_ACTION_SEEK_TIME; | 111 | action = CODEC_ACTION_SEEK_TIME; |
112 | } | 112 | } |
113 | |||
114 | ci->id3->frequency = s; /* FIXME: Won't get it to the UI */ | ||
115 | ci->set_elapsed(0); | 113 | ci->set_elapsed(0); |
116 | ci->advance_buffer(rmctx.data_offset + DATA_HEADER_SIZE); | 114 | ci->advance_buffer(rmctx.data_offset + DATA_HEADER_SIZE); |
117 | 115 | ||