diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-23 14:38:59 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-23 14:38:59 +0000 |
commit | 49fc9d99b43566aa88c6f0bb4c567772cb44c5f3 (patch) | |
tree | df6ab2ef7d9a508f220f5b51bbf55ee7fe449d7d | |
parent | c0a7d2edd3dc671e9ee9795f7973c7cfe6d2aa41 (diff) |
colorspace_type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10167 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/tech/mpcf.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index 18f324aaf5..65ea4e988c 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -375,8 +375,12 @@ depth for compatibility with some win32 codecs colorspace_type - ? - + 0 unknown + 1 ITU Rec 624 / ITU Rec 601 Y range: 16..235 Cb/Cr range: 16..240 + 2 ITU Rec 709 Y range: 16..235 Cb/Cr range: 16..240 + 17 ITU Rec 624 / ITU Rec 601 Y range: 0..255 Cb/Cr range: 0..255 + 18 ITU Rec 709 Y range: 0..255 Cb/Cr range: 0..255 + samplerate_mul the number of samples per second in one time_base unit samplerate = time_base*samplerate_mul |