diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2017-05-22 12:00:23 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2017-05-22 12:36:52 +0200 |
commit | 8640339dbbb50a4031b71d092dad29fa036f4266 (patch) | |
tree | e54a7f18f65a7f5c27452dcb0ab0baf7ab71340f /libswscale/swscale.c | |
parent | 7fae0ea21daa6d8e391cbffb08f66c0b4509ddd6 (diff) | |
download | ffmpeg-8640339dbbb50a4031b71d092dad29fa036f4266.tar.gz |
Use AVOnce as a static variable consistently
Using AVOnce as a stack variable makes no sense as the state is lost
when the function exits.
This fixes repeated calls to av(filter/device)_register_all
Diffstat (limited to 'libswscale/swscale.c')
0 files changed, 0 insertions, 0 deletions