lavf/chromaprint: Update for version 1.4
Fixes ticket #5997. (cherry picked from commit 581f93f37ef2e7a00662828ed0348d1edb9041fe) Fixes Debian bug 841501.
This commit is contained in:
parent
64bb329afa
commit
41f8a8843d
@ -39,7 +39,11 @@ typedef struct ChromaprintMuxContext {
|
||||
int silence_threshold;
|
||||
int algorithm;
|
||||
FingerprintFormat fp_format;
|
||||
#if CPR_VERSION_INT >= AV_VERSION_INT(1, 4, 0)
|
||||
ChromaprintContext *ctx;
|
||||
#else
|
||||
ChromaprintContext ctx;
|
||||
#endif
|
||||
} ChromaprintMuxContext;
|
||||
|
||||
static void cleanup(ChromaprintMuxContext *cpr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user