Skip to content
Snippets Groups Projects
Commit 581f93f3 authored by Georgi D. Sotirov's avatar Georgi D. Sotirov Committed by Carl Eugen Hoyos
Browse files

lavf/chromaprint: Update for version 1.4

Fixes ticket #5997.
parent da3c69a5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment