mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-02 05:56:46 +08:00
typo
Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -269,7 +269,7 @@ static int gif_parse_next_image(GifState *s)
|
|||||||
return -1;
|
return -1;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
/* error or errneous EOF */
|
/* error or erroneous EOF */
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user