Changeset d2ec6ea6 in ffmpeg

Timestamp:
Apr 8, 2013, 9:38:33 AM (12 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
0138fe56, bc0522df
Parents:
9e0f14f1
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (03/03/13 23:47:11)
git-committer:
Martin Storsjö <martin@martin.st> (04/08/13 09:38:33)
Message:

lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables

These are widely used throughout libavcodec, nothing dsputil-specific.

Change ff_cropTbl to a statically initialized table, to avoid
initializing it with a function call.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

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