Commit 56380b7
authored
fix get_num_tiles() calculation in imhex patter file (#160)
The macroblock width and height is 16. So for an example file like tile_A.apv, where
`tile_width_in_mbs` is 240 and `tile_height_in_mbs` is 135, for 3840 x 2160, there
is only one tile.
Signed-off-by: Brad Hards <[email protected]>1 parent d6b0dfc commit 56380b7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments