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/h264enc.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/h264enc.c')
-rw-r--r-- | libavcodec/h264enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264enc.c b/libavcodec/h264enc.c index 15e1823022..542c373248 100644 --- a/libavcodec/h264enc.c +++ b/libavcodec/h264enc.c @@ -29,7 +29,7 @@ * @param dest the target buffer, dst+1 == src is allowed as a special case * @param destsize the length of the dst array * @param b2 the data which should be escaped - * @returns pointer to current position in the output buffer or NULL if an error occured + * @returns pointer to current position in the output buffer or NULL if an error occurred */ static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize, PutBitContext *b2) |