mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
avcodec/vp3data: rectify comment
This commit is contained in:
parent
58bd7d97a4
commit
639b7af493
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user