X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv210enc.h;h=51305c1a20c17b09ae068a7adaa530fad7115c10;hb=2cfb34a4e8b464d790513ad42860869677ef79d9;hp=899a7d95c33c723737401d81e02ce534cf2767c3;hpb=3662e55943d3b3dd351eb683f5abfbca01952f5c;p=ffmpeg diff --git a/libavcodec/v210enc.h b/libavcodec/v210enc.h index 899a7d95c33..51305c1a20c 100644 --- a/libavcodec/v210enc.h +++ b/libavcodec/v210enc.h @@ -28,8 +28,8 @@ typedef struct V210EncContext { const uint8_t *v, uint8_t *dst, ptrdiff_t width); void (*pack_line_10)(const uint16_t *y, const uint16_t *u, const uint16_t *v, uint8_t *dst, ptrdiff_t width); - int sample_factor; /* This value must be the same for both 8-and 10-bit - functions otherwise the output will be incorrect. */ + int sample_factor_8; + int sample_factor_10; } V210EncContext; void ff_v210enc_init(V210EncContext *s);