From dcd1804b4d8c886b002eacb0b0efd3da2ea03bb5 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 3 Mar 2021 09:52:44 -0500 Subject: [PATCH] add get_format_context() --- src/zm_ffmpeg_input.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zm_ffmpeg_input.h b/src/zm_ffmpeg_input.h index bd368bf62..6a339f081 100644 --- a/src/zm_ffmpeg_input.h +++ b/src/zm_ffmpeg_input.h @@ -36,6 +36,7 @@ class FFmpeg_Input { int get_audio_stream_id() const { return audio_stream_id; } + AVFormatContext * get_format_context() { return input_format_context; }; private: typedef struct {