diff mbox series

[FFmpeg-devel,2/2] avcodec/vp3data: rectify comment

Message ID 60dd247df79a86276078098726ab3db1f0e47e4e.1665728570.git.pross@xvid.org
State Accepted
Commit 639b7af493824e6dc045df0890c41b8e23b8f693
Headers show
Series [FFmpeg-devel,1/2] avcodec/jpegtables: remove duplicate luma and chroma quantization tables | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Peter Ross Oct. 14, 2022, 6:29 a.m. UTC
---

they're actually one byte different.

 libavcodec/vp3data.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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,