lavr: temporarily store custom matrix in AVAudioResampleContext
This allows AudioMix to be treated the same way as other conversion contexts and removes the requirement to allocate it at the same time as the AVAudioResampleContext. The current matrix get/set functions are split between the public interface and AudioMix private functions.
Showing
- libavresample/audio_mix.c 128 additions, 26 deletionslibavresample/audio_mix.c
- libavresample/audio_mix.h 16 additions, 8 deletionslibavresample/audio_mix.h
- libavresample/audio_mix_matrix.c 0 additions, 112 deletionslibavresample/audio_mix_matrix.c
- libavresample/internal.h 6 additions, 0 deletionslibavresample/internal.h
- libavresample/options.c 0 additions, 7 deletionslibavresample/options.c
- libavresample/utils.c 66 additions, 5 deletionslibavresample/utils.c
Loading
Please register or sign in to comment