add get_format_context()
This commit is contained in:
parent
46ec4e75d4
commit
dcd1804b4d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue