summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/metadata/rm.c')
-rw-r--r--lib/rbcodec/metadata/rm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rbcodec/metadata/rm.c b/lib/rbcodec/metadata/rm.c
index 1e33f0b0ac..16ffe17b14 100644
--- a/lib/rbcodec/metadata/rm.c
+++ b/lib/rbcodec/metadata/rm.c
@@ -502,8 +502,6 @@ bool get_rm_metadata(int fd, struct mp3entry* id3)
502 break; 502 break;
503 } 503 }
504 504
505 id3->channels = rmctx->nb_channels;
506 id3->extradata_size = rmctx->extradata_size;
507 id3->bitrate = (rmctx->bit_rate + 500) / 1000; 505 id3->bitrate = (rmctx->bit_rate + 500) / 1000;
508 id3->frequency = rmctx->sample_rate; 506 id3->frequency = rmctx->sample_rate;
509 id3->length = rmctx->duration; 507 id3->length = rmctx->duration;