Commit 254e11cc authored by Paul B Mahol's avatar Paul B Mahol

lavf/gifdec: fix typo

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent e4033d89
......@@ -194,7 +194,7 @@ parse_keyframe:
if ((ret = avio_skip(pb, 2)) < 0)
return ret;
/* glogal color table presence */
/* global color table presence */
if (packed_fields & 0x80) {
ct_size = 3 * (1 << ((packed_fields & 0x07) + 1));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment