diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-01-08 12:19:48 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-01-09 11:02:21 +0100 |
commit | 4231bbbf4c54c22fbda6832002675b43f24d3802 (patch) | |
tree | 162424aafe0803ba2aa04216b5323787dfc0e8ad /ffprobe.c | |
parent | efd6b80b402a54923f007378a7dc5397676a8f3a (diff) | |
download | ffmpeg-4231bbbf4c54c22fbda6832002675b43f24d3802.tar.gz |
sgidec: make compiler optimize away memcpy call in inner loop.
Using an always_inline function makes the memcpy length a constant,
any reasonable compiler will replace it by a single mov instruction
without us having to duplicate the actual code.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'ffprobe.c')
0 files changed, 0 insertions, 0 deletions