summaryrefslogtreecommitdiff
path: root/src/rmd_get_frames.c
AgeCommit message (Collapse)Author
2021-04-04*: trivial cleanupsVito Caputo
s/for(/for (/g
2021-03-13get_frames: remove superfluous avd assignmentVito Caputo
Since avd is unconditionally copied just a few lines down, this copy is pointless and harms readability. I think when it was originally written there was going to be an else branch where the unconditional copy is currently, but never bothered. The avd shared variable should really get changed to an atomic, removing its lock. To anyone reading: PRs welcome.
2020-11-13*: rename rmd_get_frame.[ch] to rmd_get_frames.[ch]Vito Caputo
mechanical file rename to plural form
© All Rights Reserved