mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/gifdec: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
e4033d89f1
commit
254e11cc01
|
@ -194,7 +194,7 @@ parse_keyframe:
|
||||||
if ((ret = avio_skip(pb, 2)) < 0)
|
if ((ret = avio_skip(pb, 2)) < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/* glogal color table presence */
|
/* global color table presence */
|
||||||
if (packed_fields & 0x80) {
|
if (packed_fields & 0x80) {
|
||||||
ct_size = 3 * (1 << ((packed_fields & 0x07) + 1));
|
ct_size = 3 * (1 << ((packed_fields & 0x07) + 1));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue