summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/mpcf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-rw-r--r--DOCS/tech/mpcf.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index e17e773897..afa5f3d5ee 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -367,10 +367,10 @@ stream_id_plus1[frame_code]
if its 0 then the stream_id is coded in the frame
data_size_mul[frame_code]
- must be <250
+ must be <16384
data_size_lsb[frame_code]
- must be <250
+ must be <16384
data_size
data_size= data_size_lsb + data_size_msb*data_size_mul;