aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAndriy Gelman <andriy.gelman@gmail.com>2019-10-06 01:49:49 -0400
committerGyan Doshi <ffmpeg@gyani.pro>2019-10-16 10:34:51 +0530
commite14f5fd0a6983838b5fe3c6ad1c2ec2f2d8e49df (patch)
treee51369c976cccb414ab8bed0e0c3b00a01e4b230 /libavfilter/Makefile
parent29dac2927f5fa0b1f5c6b27a3ed32f2968ea9b00 (diff)
downloadffmpeg-e14f5fd0a6983838b5fe3c6ad1c2ec2f2d8e49df.tar.gz
avformat/chromaprint: Fix writing raw fingerprint
The pointer fp after the call to chromaprint_get_raw_fingerpoint() points to an array of uint32_t whereas the current code assumed just a char stream. Thus when writing the raw fingerprint, the output would be truncated by a factor of 4. For reference the declaration of the function from chromaprint.h is: int chromaprint_get_raw_fingerprint(ChromaprintContext *ctx, uint32_t **fingerprint, int *size);
Diffstat (limited to 'libavfilter/Makefile')
0 files changed, 0 insertions, 0 deletions