[FFmpeg-devel] [PATCH] avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert*
Paul B Mahol
onemda at gmail.com
Fri Jan 30 12:29:37 CET 2015
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavcodec/videodsp_template.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/videodsp_template.c b/libavcodec/videodsp_template.c
index f4ff2ba..c569c30 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,
--
1.7.11.2
More information about the ffmpeg-devel
mailing list