Skip to content

Commit 1de931d

Browse files
committed
????
1 parent 9e57936 commit 1de931d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/decoding/blocks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# LICENSE file in the root directory of this source tree.
66

77
"""
8-
===============================================
8+
========================================
99
Blocks: build your own decoding pipeline
10-
===============================================
10+
========================================
1111
1212
.. warning::
1313
@@ -336,7 +336,7 @@ def upsample(plane):
336336

337337
# %%
338338
# Raw HDR frames
339-
# ~~~~~~~~~~~~~~
339+
# --------------
340340
#
341341
# Raw planes come at the source's own precision, so a 10-bit HDR video gives
342342
# ``uint16`` planes with all 10 bits intact - no clipping to 8 bits, and no

0 commit comments

Comments
 (0)