comparison h264enc.c @ 6524:01647ac078a7 libavcodec

typo: occured --> occurred
author diego
date Sat, 22 Mar 2008 01:06:57 +0000
parents 0c090df061f8
children f7cbb7733146
comparison
equal deleted inserted replaced
6523:ae19192241c4 6524:01647ac078a7
27 * @param nal_ref_idc NAL reference IDC 27 * @param nal_ref_idc NAL reference IDC
28 * @param nal_unit_type NAL unit payload type 28 * @param nal_unit_type NAL unit payload type
29 * @param dest the target buffer, dst+1 == src is allowed as a special case 29 * @param dest the target buffer, dst+1 == src is allowed as a special case
30 * @param destsize the length of the dst array 30 * @param destsize the length of the dst array
31 * @param b2 the data which should be escaped 31 * @param b2 the data which should be escaped
32 * @returns pointer to current position in the output buffer or NULL if an error occured 32 * @returns pointer to current position in the output buffer or NULL if an error occurred
33 */ 33 */
34 static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize, 34 static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize,
35 PutBitContext *b2) 35 PutBitContext *b2)
36 { 36 {
37 PutBitContext b; 37 PutBitContext b;