aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/indeo/vlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/indeo/vlc.h')
-rw-r--r--image/codecs/indeo/vlc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/image/codecs/indeo/vlc.h b/image/codecs/indeo/vlc.h
index 51e887d3ae..a6dd692732 100644
--- a/image/codecs/indeo/vlc.h
+++ b/image/codecs/indeo/vlc.h
@@ -67,9 +67,9 @@ private:
*/
static uint getData(const void *table, uint idx, uint wrap, uint size);
public:
- int _bits;
- VLC_TYPE (*_table)[2]; ///< code, bits
- int _tableSize, _tableAllocated;
+ int _bits;
+ VLC_TYPE (*_table)[2]; ///< code, bits
+ int _tableSize, _tableAllocated;
VLC();