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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/codecs/indeo/vlc.h b/image/codecs/indeo/vlc.h
index a6dd692732..8269b72d07 100644
--- a/image/codecs/indeo/vlc.h
+++ b/image/codecs/indeo/vlc.h
@@ -46,7 +46,7 @@ enum VLCFlag {
struct VLCcode {
uint8 bits;
uint16 symbol;
-
+
/**
* codeword, with the first bit-to-be-read in the msb
* (even if intended for a little-endian bitstream reader)
@@ -111,7 +111,7 @@ public:
*/
void freeVlc();
-
+
/**
* Build VLC decoding tables suitable for use with get_vlc().
*