Remove outdated comment about 8-bit DQT support

This commit is contained in:
gofr 2020-10-10 15:26:44 +02:00
parent 6db0843af4
commit 0a235314b8

View File

@ -235,9 +235,8 @@ def SOF(self, marker):
def DQT(self, marker): def DQT(self, marker):
# #
# Define quantization table. Support baseline 8-bit tables # Define quantization table. Note that there might be more
# only. Note that there might be more than one table in # than one table in each marker.
# each marker.
# FIXME: The quantization tables can be used to estimate the # FIXME: The quantization tables can be used to estimate the
# compression quality. # compression quality.