diff options
Diffstat (limited to '')
-rw-r--r-- | src/pipe.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pipe.h b/src/pipe.h index f65e12d49..78389d062 100644 --- a/src/pipe.h +++ b/src/pipe.h @@ -164,4 +164,9 @@ bool music_pipe_tag(const struct tag *tag); void music_pipe_skip(unsigned num); +#ifndef NDEBUG +void music_pipe_check_format(const struct audio_format *current, + int next_index, const struct audio_format *next); +#endif + #endif |