diff options
author | Ronald S. Bultje | 2012-06-15 15:52:05 -0700 |
---|---|---|
committer | Michael Niedermayer | 2012-06-17 00:38:39 +0200 |
commit | 17fad33f81c7e9787fcdc17934fc1eee6c6aa4bf (patch) | |
tree | 76c44f17b5260d9ad0ccf925516b6329c231f706 /libavcodec/pnm.c | |
parent | 5c14b282d1cc407f6b9efb03564ecac75fb59471 (diff) |
Change all uses of restrict to use av_restrict instead.
Defining restrict results - for some compilers - in changing other
uses of the restrict keyword also, e.g. __declspec(restrict) gets
changed to __declspec(__restrict) on MSVC. This causes compilation
failures. Therefore, using a private namespace macro instead is
more reliable and robust.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/pnm.c')
0 files changed, 0 insertions, 0 deletions