mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
bink: fix typo in FFALIGN() argument
This commit is contained in:
parent
8ae28ac0f3
commit
1d10afd581
@ -146,7 +146,7 @@ enum BlockTypes {
|
||||
*/
|
||||
static void init_lengths(BinkContext *c, int width, int bw)
|
||||
{
|
||||
width = FFALIGN(width, 7);
|
||||
width = FFALIGN(width, 8);
|
||||
|
||||
c->bundle[BINK_SRC_BLOCK_TYPES].len = av_log2((width >> 3) + 511) + 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user