mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-06-28 15:25:43 -04:00
add get_format_context()
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user