output/Internal: merge REOPEN and OPEN

This commit is contained in:
Max Kellermann
2016-12-13 20:07:00 +01:00
parent 2775d747ac
commit 2bf91a0487
3 changed files with 8 additions and 13 deletions

View File

@@ -48,13 +48,12 @@ struct AudioOutput {
NONE,
ENABLE,
DISABLE,
OPEN,
/**
* This command is invoked when the input audio format
* changes.
* Open the output, or reopen it if it is already
* open, adjusting for input #AudioFormat changes.
*/
REOPEN,
OPEN,
CLOSE,
PAUSE,