summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-01 13:36:33 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-01 13:36:33 +0000
commitf1da7ec70190965b268961cad2ae6969096ebc20 (patch)
tree83d5a24390dbc2f9473f55655485c4c3537fe0dd /DOCS
parent74e4530832d559e93e5651171ec5cad9cb08a5d2 (diff)
downloadmpv-f1da7ec70190965b268961cad2ae6969096ebc20.tar.bz2
mpv-f1da7ec70190965b268961cad2ae6969096ebc20.tar.xz
width/height/samplerate MUST not be 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17710 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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 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.