add get_format_context()

This commit is contained in:
Isaac Connor 2021-03-03 09:52:44 -05:00
parent 46ec4e75d4
commit dcd1804b4d
1 changed files with 1 additions and 0 deletions

View File

@ -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 {