diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-08-05 16:13:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-09-28 01:25:17 +0200 |
commit | b90d8cc7466386a166dd72107457498aa5a7c43d (patch) | |
tree | 9a782ad4e15e93316e89b03f7779d5e97a7c5873 /libswscale | |
parent | 303439bc5f7ac6bbadc20d7ec2d7ee4fec656ead (diff) | |
download | ffmpeg-b90d8cc7466386a166dd72107457498aa5a7c43d.tar.gz |
avcodec/gdv: Replace divisions by shifts in rescale()
Divisions tend to be slower than shifts unless the compiler optimizes them out.
And some of these are in inner loops.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale')
0 files changed, 0 insertions, 0 deletions