implemented full support for interlaced footage

Includes importing and exporting interlaced footage. Fixes #1340.
This commit is contained in:
itsmattkc
2021-05-03 13:56:54 +10:00
parent e2455fce2f
commit 2484daf141
3 changed files with 51 additions and 4 deletions
+2
View File
@@ -132,6 +132,8 @@ private:
static uint64_t ValidateChannelLayout(AVStream *stream);
static const char* GetInterlacingModeInFFmpeg(VideoParams::Interlacing interlacing);
FFmpegFramePool::ElementPtr GetFrameFromCache(const int64_t& t) const;
void ClearFrameCache();