mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 11:37:50 -05:00
[player] Refactor player to better fit the queue refactor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user