diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-26 14:50:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-26 14:50:55 +0100 |
commit | 0371eaebcd1bdcd94e4c9fccf23969c5f49bb5d0 (patch) | |
tree | 5ceb11ab82b3c988429607bf63300c636f1d5dc5 /libavcodec/videodsp_template.c | |
parent | 32620691011186a0a3932bba8ddb078ce5312f22 (diff) | |
parent | aba70bb5387f12dfa5e6cd8cb861c9c7e668151f (diff) | |
download | ffmpeg-0371eaebcd1bdcd94e4c9fccf23969c5f49bb5d0.tar.gz |
Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'
* commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f':
Add missing headers to make template files compile (more) standalone
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/videodsp_template.c')
-rw-r--r-- | libavcodec/videodsp_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/videodsp_template.c b/libavcodec/videodsp_template.c index c569c30d60..f4ff2ba646 100644 --- a/libavcodec/videodsp_template.c +++ b/libavcodec/videodsp_template.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <assert.h> + #include "bit_depth_template.c" void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_linesize, |