add get_format_context()
parent
46ec4e75d4
commit
dcd1804b4d
|
@ -36,6 +36,7 @@ class FFmpeg_Input {
|
||||||
int get_audio_stream_id() const {
|
int get_audio_stream_id() const {
|
||||||
return audio_stream_id;
|
return audio_stream_id;
|
||||||
}
|
}
|
||||||
|
AVFormatContext * get_format_context() { return input_format_context; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue