changeset 17709:acdde9d2b839

width/height/samplerate MUST not be 0
author michael
date Wed, 01 Mar 2006 13:36:33 +0000
parents 11a96a862d43
children 9a976f1550f1
files DOCS/tech/mpcf.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt	Wed Mar 01 13:35:09 2006 +0000
+++ b/DOCS/tech/mpcf.txt	Wed Mar 01 13:36:33 2006 +0000
@@ -535,7 +535,7 @@
     frames are NOT exempt from this rule)
 
 width/height
-    MUST be set to the coded width/height
+    MUST be set to the coded width/height, MUST not be 0
 
 sample_width/sample_height (aspect ratio)
     sample_width is the horizontal distance between samples
@@ -550,7 +550,7 @@
     18    ITU Rec 709               Y range:  0..255 Cb/Cr range:  0..255
 
 samplerate_nom / samplerate_denom = samplerate
-    the number of samples per second
+    the number of samples per second, MUST not be 0
 
 crc32 checksum
     Generator polynomial is 0x04C11DB7. Starting value is zero.