summaryrefslogtreecommitdiff
path: root/libavcodec/h264enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264enc.c')
-rw-r--r--libavcodec/h264enc.c2
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)