Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MediaArea/ZenLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJérôme Martinez <jerome@mediaarea.net>2022-06-17 18:26:08 +0300
committerJérôme Martinez <jerome@mediaarea.net>2022-06-17 18:26:08 +0300
commit608f30097eda3d826f06bf320e876b48d3a7fda1 (patch)
tree536dc0dd35bbb018d66168002f61fc64f7af951a /Source
parent2571835fc0d44823bb3869474b12e5d24545b102 (diff)
x BitStream_LE: fix Byte_Align not implemented
Diffstat (limited to 'Source')
-rw-r--r--Source/ZenLib/BitStream_LE.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/ZenLib/BitStream_LE.h b/Source/ZenLib/BitStream_LE.h
index 362427f..2b6881d 100644
--- a/Source/ZenLib/BitStream_LE.h
+++ b/Source/ZenLib/BitStream_LE.h
@@ -102,6 +102,8 @@ public:
void Byte_Align()
{
+ if (endbit)
+ Get(endbit);
};
size_t Offset_Get()