diff options
author | Anton Khirnov <[email protected]> | 2021-11-25 15:58:14 +0100 |
---|---|---|
committer | Anton Khirnov <[email protected]> | 2021-12-07 11:16:14 +0100 |
commit | b532ca3d2f1f1caab71c0aab979949882b695198 (patch) | |
tree | 10de5858b4e7f771beb8e9b39a4b8b7a7a52e1b2 /tests/checkasm/float_dsp.c | |
parent | e1151fbf224da62f75fa975a1b18b7e74a13b1b1 (diff) |
lavd/v4l2: reduce variable scope
device and cap are local to the loop iteration, there is no need for
them to retain their values. Especially for device it may be dangerous,
since it points to av_malloc'ed data.
Diffstat (limited to 'tests/checkasm/float_dsp.c')
0 files changed, 0 insertions, 0 deletions