forked MediaInput into two derived classes for video and audio
Rather than convoluting the MediaInput node, te MediaInput is now an abstract base class that provides access to a Decoder and derived classes are responsible for handling it
This commit is contained in:
@@ -141,7 +141,6 @@ private:
|
||||
AVPacket* pkt_;
|
||||
|
||||
SwsContext* scale_ctx_;
|
||||
SwrContext* resample_ctx_;
|
||||
int output_fmt_;
|
||||
|
||||
QVector<int64_t> frame_index_;
|
||||
|
||||
Reference in New Issue
Block a user