Changeset ad1862d6 in ffmpeg

Timestamp:
May 1, 2011, 6:50:12 PM (14 years ago)
Author:
Diego Biurrun <diego@biurrun.de>
Branches:
master
Children:
b178cd76, c3f5b811
Parents:
e27ce0ee
git-author:
Diego Biurrun <diego@biurrun.de> (04/29/11 18:15:00)
git-committer:
Diego Biurrun <diego@biurrun.de> (05/01/11 18:50:12)
Message:

ALPHA: Replace sized int_fast integer types with plain int/unsigned.

int/unsigned is the natural memory access type for CPUs, using sized types
for temporary variables, counters and similar just increases code size and
can possibly cause a slowdown.

(No files)

Note: See TracChangeset for help on using the changeset viewer.