diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-22 01:06:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-22 01:06:57 +0000 |
commit | d9526386990bccd61d8773e993e47fceb55b0174 (patch) | |
tree | ec1e3ead18f9261a01589001e89072546d33ede9 /libavcodec/h261dec.c | |
parent | 4edfceccec5a4f5f62415904dd008a2ab23f5d83 (diff) | |
download | ffmpeg-d9526386990bccd61d8773e993e47fceb55b0174.tar.gz |
typo: occured --> occurred
Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261dec.c')
-rw-r--r-- | libavcodec/h261dec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 6d960f9149..692da22276 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -97,7 +97,7 @@ static av_cold int h261_decode_init(AVCodecContext *avctx){ /** * decodes the group of blocks header or slice header. - * @return <0 if an error occured + * @return <0 if an error occurred */ static int h261_decode_gob_header(H261Context *h){ unsigned int val; @@ -352,7 +352,7 @@ intra: /** * decodes a macroblock - * @return <0 if an error occured + * @return <0 if an error occurred */ static int h261_decode_block(H261Context * h, DCTELEM * block, int n, int coded) |