1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-05 18:01:59 +02:00

lavc/x86/idctdsp.h: Fix make checkheaders.

This commit is contained in:
Carl Eugen Hoyos 2014-09-25 22:18:25 +02:00
parent a829870b2f
commit c0f9df30dd

View File

@ -20,6 +20,7 @@
#define AVCODEC_X86_IDCTDSP_H
#include <stdint.h>
#include <stddef.h>
void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels,
ptrdiff_t line_size);