summaryrefslogtreecommitdiff
path: root/libavcodec/videodsp_template.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-30 10:58:19 +0000
committerPaul B Mahol <onemda@gmail.com>2015-01-30 15:32:11 +0000
commitbe128c1e34263f18b42d1bcb684ba45bad312d75 (patch)
tree84b8638ba6aa7575389d933bb097ee0a27e7f521 /libavcodec/videodsp_template.c
parent3db9960e0aa9874e955add8c13227ce3d1f6aa51 (diff)
avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/videodsp_template.c')
-rw-r--r--libavcodec/videodsp_template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/videodsp_template.c b/libavcodec/videodsp_template.c
index f4ff2ba646..c569c30d60 100644
--- a/libavcodec/videodsp_template.c
+++ b/libavcodec/videodsp_template.c
@@ -19,8 +19,6 @@
* 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,