Skip to content

Commit 7039a65

Browse files
dwbuitenmichaelni
authored andcommitted
Correct the definition of plane_pixel_height
Fixes #168. Signed-off-by: Derek Buitenhuis <[email protected]> Github: Closes #177 Signed-off-by: Michael Niedermayer <[email protected]>
1 parent 9dea828 commit 7039a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffv1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ SliceContent( ) { |
13091309

13101310
`plane_pixel_height[ 0 ]` and `plane_pixel_height[ 1 + ( chroma_planes ? 2 : 0 ) ]` value is `slice_pixel_height`.
13111311

1312-
If `chroma_planes` is set to 1, `plane_pixel_height[ 1 ]` and `plane_pixel_height[ 2 ]` value is `ceil( slice_pixel_height / log2_v_chroma_subsample )`.
1312+
If `chroma_planes` is set to 1, `plane_pixel_height[ 1 ]` and `plane_pixel_height[ 2 ]` value is `ceil( slice_pixel_height / (1 << log2_v_chroma_subsample) )`.
13131313

13141314
### slice\_pixel\_height
13151315

0 commit comments

Comments
 (0)