From 30e8dc58fad5c19b9bec92b42681dddd6969f1cd Mon Sep 17 00:00:00 2001 From: agrange Date: Fri, 7 Jun 2024 08:12:37 -0700 Subject: [PATCH] Update 07.bitstream.semantics.md Correct a typo. "use_inter" should be "is_inter" (reported by Sam Wong). --- 07.bitstream.semantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07.bitstream.semantics.md b/07.bitstream.semantics.md index dceec2a0..57be7a41 100644 --- a/07.bitstream.semantics.md +++ b/07.bitstream.semantics.md @@ -3302,7 +3302,7 @@ The residual consists of a number of transform blocks. If the block is wider or higher than 64 luma samples, then the residual is split into 64 by 64 chunks. -Within each chunk, the transform blocks are either sent in raster order (if use_inter is equal to 0 or LossLess is equal to 1), +Within each chunk, the transform blocks are either sent in raster order (if is_inter is equal to 0 or LossLess is equal to 1), or within a recursive transform tree. #### Transform block semantics