mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
parent
da3c69a5a9
commit
581f93f37e
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue