From f1da7ec70190965b268961cad2ae6969096ebc20 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 1 Mar 2006 13:36:33 +0000 Subject: [PATCH] width/height/samplerate MUST not be 0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17710 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/mpcf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index a9051aede2..0390810b55 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -535,7 +535,7 @@ dts 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 @@ colorspace_type 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.