summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/aviio.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-07-07 11:25:52 +0100
committer smf- <smf-@users.noreply.github.com>2018-07-07 11:28:01 +0100
commitb747b711bb021d0bb550f150e62d3f7dfe6754b2 (patch)
tree3d5f00235a642eda7b0bc4aca35a61bfbf00bb7b /src/lib/util/aviio.cpp
parent32ee215a388954d6da30bf408f03e724ee1ff96f (diff)
fix building with clang 6.0.1 (nw)
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 */