Changeset d51d6ae9 in ffmpeg

Timestamp:
Jan 27, 2012, 1:24:13 AM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
5eda82aa
Parents:
fc115c80
git-author:
Mashiat Sarker Shakkhar <shahriman_ams@yahoo.com> (01/26/12 23:53:24)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (01/27/12 01:24:13)
Message:

vc1dec.c: Don't use uninitialized values of dmv_[x, y]

MVDATA may or may not be transmitted. If it is not, both
dmv_x and dmv_y is to be assumed zero.

This may not trigger wrong picture in all systems, but
it's a bug nevertheless. Fixes SA10116.vc1 on my 64-bit
Windows 7.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>

(No files)

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