mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 20:05:07 +00:00
width/height/samplerate MUST not be 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17710 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
74e4530832
commit
f1da7ec701
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user