diff options
author | Peter Ross <pross@xvid.org> | 2022-10-26 20:11:26 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2022-10-26 20:30:25 +1100 |
commit | 639b7af493824e6dc045df0890c41b8e23b8f693 (patch) | |
tree | 31de07d6715d10ef34e5ba5c87176e4d87d30d70 | |
parent | 58bd7d97a47da1065e2616d396938609b50ad1e4 (diff) | |
download | ffmpeg-639b7af493824e6dc045df0890c41b8e23b8f693.tar.gz |
avcodec/vp3data: rectify comment
-rw-r--r-- | libavcodec/vp3data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp3data.h b/libavcodec/vp3data.h index 317797a697..a347f492ad 100644 --- a/libavcodec/vp3data.h +++ b/libavcodec/vp3data.h @@ -25,7 +25,7 @@ #include <stdlib.h> /* these coefficients dequantize intraframe Y plane coefficients - * (note: same as JPEG) */ + * (note: almost the same as JPEG) */ static const uint8_t vp31_intra_y_dequant[64] = { 16, 11, 10, 16, 24, 40, 51, 61, 12, 12, 14, 19, 26, 58, 60, 55, |