[player] Refactor player to better fit the queue refactor

This commit is contained in:
chme
2015-09-02 18:31:43 +02:00
parent 1f53d7ab1a
commit e1147c00a1
4 changed files with 651 additions and 616 deletions

View File

@@ -731,7 +731,7 @@ transcode_setup(struct transcode_ctx **nctx, struct media_file_info *mfi, off_t
}
ctx->duration = mfi->song_length;
ctx->samples = mfi->sample_count;
ctx->samples = mfi->sample_count; //TODO [unused] sample count is never set and therefor always 0
ctx->wavhdr = wavhdr;
if (wavhdr)