mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avfilter/vf_yadif:remove unneeded include assert.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6d323ff57a
commit
8589d7a61c
@ -28,9 +28,6 @@
|
|||||||
#include "video.h"
|
#include "video.h"
|
||||||
#include "yadif.h"
|
#include "yadif.h"
|
||||||
|
|
||||||
#undef NDEBUG
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
typedef struct ThreadData {
|
typedef struct ThreadData {
|
||||||
AVFrame *frame;
|
AVFrame *frame;
|
||||||
int plane;
|
int plane;
|
||||||
|
Loading…
Reference in New Issue
Block a user