Commit 581f93f3 authored by Georgi D. Sotirov's avatar Georgi D. Sotirov Committed by Carl Eugen Hoyos

lavf/chromaprint: Update for version 1.4

Fixes ticket #5997.
parent da3c69a5
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment