mpv/audio/filter
Niklas Haas 0bb15c7a13 af_lavcac3enc: fix memory leak on no-op
Simply returning out of this function leaks avpkt, need to always "goto
done".

Rewrite the logic a bit to make it more clear what's going on (IMO).

Fixes #9593
2021-12-14 21:25:02 +01:00
..
af_drop.c audio: redo video-sync=display-adrop 2020-05-23 04:04:46 +02:00
af_format.c options: cleanup .min use for OPT_CHANNELS 2020-04-09 11:27:38 +02:00
af_lavcac3enc.c af_lavcac3enc: fix memory leak on no-op 2021-12-14 21:25:02 +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: handle obscure integer overflow 2020-06-02 20:43:49 +02:00
af_scaletempo2.c af_scaletempo2: fix bug where speed was not set 2020-07-27 18:12:05 +02:00
af_scaletempo2_internals.c af_scaletempo2: use gcc vectors to speed up inner loop 2021-05-26 17:35:55 +02:00
af_scaletempo2_internals.h audio: add scaletempo2 filter based on chromium 2020-07-27 00:57:22 +02:00