summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/aviio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/aviio.cpp')
-rw-r--r--src/lib/util/aviio.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/util/aviio.cpp b/src/lib/util/aviio.cpp
index 4a493c2b89b..47c8023d3a0 100644
--- a/src/lib/util/aviio.cpp
+++ b/src/lib/util/aviio.cpp
@@ -284,7 +284,6 @@ public:
, m_width(0)
, m_height(0)
, m_depth(0)
- , m_interlace(0)
, m_huffyuv()
, m_channels(0)
, m_samplebits(0)
@@ -396,7 +395,6 @@ private:
std::uint32_t m_width; /* width of video */
std::uint32_t m_height; /* height of video */
std::uint32_t m_depth; /* depth of video */
- std::uint8_t m_interlace; /* interlace parameters */
std::unique_ptr<huffyuv_data const> m_huffyuv; /* huffyuv decompression data */
std::uint16_t m_channels; /* audio channels */