diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-08-05 16:13:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-10-07 21:34:00 +0200 |
commit | 531ebb7506fddf03451ca984b216b244d71848a2 (patch) | |
tree | f1f7b5fb2b4660131f241491c8e8b0fadef9bd85 /libavformat/format.c | |
parent | d7973cf03d07d002b3ded68b5358f4239c7e0de1 (diff) | |
download | ffmpeg-531ebb7506fddf03451ca984b216b244d71848a2.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>
(cherry picked from commit b90d8cc7466386a166dd72107457498aa5a7c43d)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/format.c')
0 files changed, 0 insertions, 0 deletions