Changeset f344903c in ffmpeg

Timestamp:
Feb 13, 2011, 1:42:32 AM (14 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
cb62510c
Parents:
44b11207
git-author:
Mans Rullgard <mans@mansr.com> (02/13/11 00:19:06)
git-committer:
Mans Rullgard <mans@mansr.com> (02/13/11 01:42:32)
Message:

Fix MMX rgb24 to yuv conversion with gcc 4.6

When built with gcc 4.6, the MMX rgb24 to yuv conversion gives
wrong output. The compiler produces this warning:

libswscale/swscale_template.c:1885:5: warning: use of memory input without lvalue in asm operand 4 is deprecated

Changing the memory operand to a register makes it work.

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

(No files)

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