Advertisement
Guest User

Untitled

a guest
Jan 21st, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. 125 crc = crc32(buf_pivot, out_buf - buf_pivot);
  2. 126 AV_WB32(out_buf, crc);
  3. 127 out_buf += 4;
  4. 128
  5. 129 crc_test = crc32(buf_pivot, out_buf - buf_pivot);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement