Guest User

Untitled

a guest
Jan 21st, 2015
183
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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);
RAW Paste Data