Changeset c682514 in ffmpeg

Timestamp:
Oct 12, 2011, 11:28:08 AM (13 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
5d6ecf53
Parents:
5e87222f
git-author:
Mans Rullgard <mans@mansr.com> (10/11/11 16:45:55)
git-committer:
Mans Rullgard <mans@mansr.com> (10/12/11 11:28:08)
Message:

qdm2: fix signed multiplication overflow

This code relies on the result wrapping as for unsigned
values, and the sign is not used. Thus an unsigned type
is proper here.

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

(No files)

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