summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-08 12:19:48 +0100
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-09 11:02:21 +0100
commit4231bbbf4c54c22fbda6832002675b43f24d3802 (patch)
tree162424aafe0803ba2aa04216b5323787dfc0e8ad /ffprobe.c
parentefd6b80b402a54923f007378a7dc5397676a8f3a (diff)
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