Changeset 96aad41 in ffmpeg

Timestamp:
Jan 22, 2011, 4:18:45 PM (14 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
91078926
Parents:
ff3d4310
git-author:
Mans Rullgard <mans@mansr.com> (01/20/11 02:04:54)
git-committer:
Mans Rullgard <mans@mansr.com> (01/22/11 16:18:45)
Message:

Make LOCAL_ALIGNED macro fully C99 compatible

C99 variadic macros require more arguments than there are named
parameters in the definition. This means we must use an extra
indirection to avoid having two different macros for arrays with
one resp more than one dimension.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

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