indexing prototype

This commit is contained in:
itsmattkc
2019-08-06 09:34:37 +10:00
parent 73a32ad9cd
commit 1138600f37
2 changed files with 134 additions and 52 deletions
+5
View File
@@ -49,12 +49,17 @@ private:
void FFmpegErr(int error_code);
void Error(const QString& s);
void Index();
int GetFrame();
AVPixelFormat GetCompatiblePixelFormat(const AVPixelFormat& pix_fmt);
AVFormatContext* fmt_ctx_;
AVCodecContext* codec_ctx_;
AVStream* avstream_;
AVDictionary* opts_;
AVFrame* frame_;
AVPacket* pkt_;
SwsContext* scale_ctx_;
SwrContext* resample_ctx_;