Skip to content

Commit 6df1363

Browse files
committed
fix link to coder_type
1 parent d0abe22 commit 6df1363

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
@@ -261,7 +261,7 @@ Note, this prediction template is also used in [@ISO.14495-1.1999] and [@HuffYUV
261261
262262
### Exception
263263
264-
If `colorspace_type == 0 && bits_per_raw_sample == 16 && ( coder_type == 1 || coder_type == 2 )` (see (#colorspace-type), (#bits-per-raw-sample) and (#colorspace-type)), the following median predictor MUST be used:
264+
If `colorspace_type == 0 && bits_per_raw_sample == 16 && ( coder_type == 1 || coder_type == 2 )` (see (#colorspace-type), (#bits-per-raw-sample) and (#coder-type)), the following median predictor MUST be used:
265265
266266
```
267267
median(left16s, top16s, left16s + top16s - diag16s)

0 commit comments

Comments
 (0)