[FFmpeg-devel] [PATCH 1/3] lavf/gifdec: fix typo

Lou Logan lou at lrcd.com
Fri Jan 25 19:32:30 CET 2013


On Fri, 25 Jan 2013 17:07:00 +0000, Paul B Mahol wrote:

> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavformat/gifdec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c
> index d43a537..6cf36c1 100644
> --- a/libavformat/gifdec.c
> +++ b/libavformat/gifdec.c
> @@ -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));
>  

OK.

Feel free to push trivial comment typos without review.


More information about the ffmpeg-devel mailing list