Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Commit bb2a534

Browse files
committed
docs(caifile.py): update module docstring
Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>
1 parent f0f97c4 commit bb2a534

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

codestream_parser/caifile.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#!/usr/bin/python
22

3-
# $Id: caifile.py,v 1.75 2020/10/15 12:14:27 thor Exp $
3+
'''Parse CAI injections to a JSON object.
4+
5+
caifile.py was modified based on jp2file.py to leverage the existing parsing
6+
functions.
7+
8+
The global Cai_boxes list receives the parsing results in multiple parsing
9+
funcitons.
10+
'''
411

512
import getopt
613
import json

0 commit comments

Comments
 (0)