Changes between Initial Version and Version 1 of Ticket #2378, comment 4
- Timestamp:
- Jul 28, 2021, 7:35:09 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2378, comment 4
initial v1 1 1 This works, but it's a bit of a hack and I don't know what the risk is, both breaking something or not fixing some case: 2 3 {{{ 2 4 Index: command.c 3 5 =================================================================== … … 13 15 else if (sh_audio && mpctx->audio_out) 14 16 pos = 17 18 }}}
