[FFmpeg-cvslog] avcodec/vp3data: rectify comment

Peter Ross git at videolan.org
Wed Oct 26 12:33:09 EEST 2022


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Wed Oct 26 20:11:26 2022 +1100| [639b7af493824e6dc045df0890c41b8e23b8f693] | committer: Peter Ross

avcodec/vp3data: rectify comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=639b7af493824e6dc045df0890c41b8e23b8f693
---

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

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,



More information about the ffmpeg-cvslog mailing list