From 555bb47744c997ce408dac59991dbeb3ebac01cb Mon Sep 17 00:00:00 2001 From: Mikhail Burakov <mburakov@mailbox.org> Date: Sun, 17 Nov 2024 08:50:58 +0100 Subject: Add commandline option for video stream dumping --- decode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'decode.h') diff --git a/decode.h b/decode.h index e2ea3ba..c243316 100644 --- a/decode.h +++ b/decode.h @@ -24,7 +24,8 @@ struct DecodeContext; struct Window; -struct DecodeContext* DecodeContextCreate(struct Window* window); +struct DecodeContext* DecodeContextCreate(struct Window* window, + const char* dump_fname); bool DecodeContextDecode(struct DecodeContext* decode_context, const void* buffer, size_t size); void DecodeContextDestroy(struct DecodeContext* decode_context); -- cgit v1.2.3