Skip to content

Commit e9b17db

Browse files
committedJul 2, 2017
escape underscore
1 parent 3b6a14d commit e9b17db

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
@@ -262,7 +262,7 @@ The bitstream contains 1 or more Quantization Table Sets.
262262
Each Quantization Table Set contains exactly 5 Quantization Tables, each Quantization Table corresponding to 1 of the 5 Quantized Sample Differences.
263263
For each Quantization Table, both the number of quantization steps and their distribution are stored in the bitstream; each Quantization Table has exactly 256 entries, and the 8 least significant bits of the Quantized Sample Difference are used as index:
264264

265-
PDF:$$Q_{j}[k]=quant_tables[i][j][k\&255]$$
265+
PDF:$$Q_{j}[k]=quant\_tables[i][j][k\&255]$$
266266
RFC:```
267267
RFC:Q_{j}[k] = quant_tables[i][j][k&255]
268268
RFC:```

0 commit comments

Comments
 (0)
Please sign in to comment.