mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/videodsp_template: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
3db9960e0a
commit
be128c1e34
|
@ -19,8 +19,6 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include "bit_depth_template.c"
|
#include "bit_depth_template.c"
|
||||||
void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src,
|
void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src,
|
||||||
ptrdiff_t buf_linesize,
|
ptrdiff_t buf_linesize,
|
||||||
|
|
Loading…
Reference in New Issue