summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/avhuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/avhuff.h')
-rw-r--r--src/lib/util/avhuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/avhuff.h b/src/lib/util/avhuff.h
index efc3c71a3e3..26873292fdc 100644
--- a/src/lib/util/avhuff.h
+++ b/src/lib/util/avhuff.h
@@ -113,7 +113,7 @@ private:
// internal state
int m_rlecount;
huffman_encoder<256 + 16> m_encoder;
- dynamic_array<UINT16> m_rlebuffer;
+ std::vector<UINT16> m_rlebuffer;
};
// internal helpers