You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
674 B
24 lines
674 B
https://bugs.gentoo.org/722296
|
|
https://git.archlinux.org/svntogit/community.git/tree/trunk/transcode-swresample.patch?h=packages/transcode&id=7fb278671fbd0a201de8d32aefee888fd253db44
|
|
|
|
--- transcode-1.1.7/filter/filter_resample.c
|
|
+++ transcode-1.1.7/filter/filter_resample.c
|
|
@@ -37,7 +37,7 @@
|
|
#include "libtc/optstr.h"
|
|
#include "libtc/tcavcodec.h"
|
|
#include "libtc/tcmodule-plugin.h"
|
|
-#include <libavresample/avresample.h>
|
|
+#include <libswresample/swresample.h>
|
|
|
|
|
|
typedef struct {
|
|
@@ -46,7 +46,7 @@
|
|
|
|
int bytes_per_sample;
|
|
|
|
- AVAudioResampleContext *resample_ctx;
|
|
+ SwrContext *resample_ctx;
|
|
} ResamplePrivateData;
|
|
|
|
static const char resample_help[] = ""
|