# HG changeset patch # User michael # Date 1141220193 0 # Node ID acdde9d2b83901449a83af8867d3e6f6ea4c0f1e # Parent 11a96a862d43df3d541fe492e0f7b1cc40fb54f6 width/height/samplerate MUST not be 0 diff -r 11a96a862d43 -r acdde9d2b839 DOCS/tech/mpcf.txt --- 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.