swr: add native matrix for SIMD
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -346,6 +346,7 @@ int swri_rematrix_init(SwrContext *s){
|
||||
void swri_rematrix_free(SwrContext *s){
|
||||
av_freep(&s->native_matrix);
|
||||
av_freep(&s->native_one);
|
||||
av_freep(&s->native_simd_matrix);
|
||||
}
|
||||
|
||||
int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy){
|
||||
|
||||
Reference in New Issue
Block a user