1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavdevice
Hendrik Leppkes 8640339dbb 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
2017-05-22 12:36:52 +02:00
..
2016-07-17 13:10:27 -03:00
2017-01-12 14:06:16 +01:00
2017-02-23 00:11:43 +01:00
2016-09-25 18:08:06 +01:00
2017-04-02 19:49:45 +02:00