diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 21:21:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 19:09:03 +0200 |
commit | 7536c671040f1f3ebc9f0d3b7831dac71436b775 (patch) | |
tree | 2fffb60c7a5af429e858caa2d7e0b0488a6785da /libavfilter/yadif.h | |
parent | b83e9efc53e5491716625aa31c69006b1119b280 (diff) | |
download | ffmpeg-7536c671040f1f3ebc9f0d3b7831dac71436b775.tar.gz |
vf_yadif: switch to an AVOptions-based system.
Diffstat (limited to 'libavfilter/yadif.h')
-rw-r--r-- | libavfilter/yadif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/yadif.h b/libavfilter/yadif.h index a9cbecf471..665922d925 100644 --- a/libavfilter/yadif.h +++ b/libavfilter/yadif.h @@ -23,6 +23,7 @@ #include "avfilter.h" typedef struct YADIFContext { + const AVClass *class; /** * 0: send 1 frame for each frame * 1: send 1 frame for each field |