mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
caca: fix 10l typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a291345b1e
commit
6f557a2e12
@ -140,7 +140,7 @@ static int caca_write_header(AVFormatContext *s)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
bpp = av_get_bits_per_pixel(av_pix_fmt_desc_get(avctx->pix_fmt));
|
||||
bpp = av_get_bits_per_pixel(av_pix_fmt_desc_get(encctx->pix_fmt));
|
||||
c->dither = caca_create_dither(bpp, encctx->width, encctx->height,
|
||||
bpp / 8 * encctx->width,
|
||||
0x0000ff, 0x00ff00, 0xff0000, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user