From 96a45a16af5594900ca94e7d4abb18d1e6d5ed4a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Feb 2017 17:05:17 +0100 Subject: player: add experimental stream recording feature This is basically a WIP, but it can't remain in a branch forever. A warning is print when using it as it's still a bit "shaky". --- audio/decode/dec_audio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/decode/dec_audio.h') diff --git a/audio/decode/dec_audio.h b/audio/decode/dec_audio.h index ebe7c8ae5b..02447d6742 100644 --- a/audio/decode/dec_audio.h +++ b/audio/decode/dec_audio.h @@ -37,6 +37,8 @@ struct dec_audio { bool try_spdif; + struct mp_recorder_sink *recorder_sink; + // For free use by the ad_driver void *priv; -- cgit v1.2.3