mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Add required headers to fix 'make checkheaders'.
Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
19e017f211
commit
175da7dab7
1 changed files with 3 additions and 0 deletions
|
|
@ -28,7 +28,10 @@
|
|||
#ifndef AVCODEC_RECTANGLE_H
|
||||
#define AVCODEC_RECTANGLE_H
|
||||
|
||||
#include <assert.h>
|
||||
#include "config.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "dsputil.h"
|
||||
|
||||
/**
|
||||
* fill a rectangle.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue