diff options
author | Shiyou Yin <yinshiyou-hf@loongson.cn> | 2018-09-06 16:10:52 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-09-07 20:35:54 +0200 |
commit | 9f60c58586805cc5249ea0446a9bb86eed8bc311 (patch) | |
tree | b875b3c6d8458bfdf622f89a4b89a0e8b4366360 /libavcodec/cscd.c | |
parent | f4438e387e039cd078879096453c54d5ce2c94d1 (diff) | |
download | ffmpeg-9f60c58586805cc5249ea0446a9bb86eed8bc311.tar.gz |
avcodec/mips: [loongson] fix improper use of register constraints.
Constraint "g" means compiler can store variable in memory or register.
When we use constraint "g" for a variable and this variable was operated by
instruction which only support register operands may lead "invalid operands" error.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/cscd.c')
0 files changed, 0 insertions, 0 deletions