1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 21:12:23 +00:00
mpv/audio/filter
wm4 43a67970b6 af_scaletempo: fix theoretical UB
Passing NULL to memset() is undefined behavior, even if the size
argument is 0. Could happen on init errors and such.
2020-05-23 03:49:46 +02:00
..
af_format.c options: cleanup .min use for OPT_CHANNELS 2020-04-09 11:27:38 +02:00
af_lavcac3enc.c options: change option macros and all option declarations 2020-03-18 19:52:01 +01:00
af_rubberband.c options: change option macros and all option declarations 2020-03-18 19:52:01 +01:00
af_scaletempo.c af_scaletempo: fix theoretical UB 2020-05-23 03:49:46 +02:00