From d9526386990bccd61d8773e993e47fceb55b0174 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 22 Mar 2008 01:06:57 +0000 Subject: typo: occured --> occurred Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/error_resilience.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/error_resilience.c') diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index bbaf2403e4..e51390536a 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -613,7 +613,7 @@ void ff_er_frame_start(MpegEncContext *s){ * adds a slice. * @param endx x component of the last macroblock, can be -1 for the last of the previous line * @param status the status at the end (MV_END, AC_ERROR, ...), it is assumed that no earlier end or - * error of the same type occured + * error of the same type occurred */ void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status){ const int start_i= av_clip(startx + starty * s->mb_width , 0, s->mb_num-1); -- cgit v1.2.3