diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:55 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:55 +0000 |
commit | daafdb6eaec590d5bdf498ac4062b85ebbf24834 (patch) | |
tree | 58f7953b2de4c4bd482c202913bcb896e8e95957 /libavfilter | |
parent | 0155b1a1cc611d9f082d017d2afb9a0e63b87c6e (diff) | |
download | ffmpeg-daafdb6eaec590d5bdf498ac4062b85ebbf24834.tar.gz |
Use CodecType for pad type
Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57
Originally committed as revision 12115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index af12880bfb..e3345fb1e6 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -200,8 +200,7 @@ struct AVFilterPad * AVFilterPad type. Only video supported now, hopefully someone will * add audio in the future. */ - int type; -#define AV_PAD_VIDEO 0 ///< video pad + enum CodecType type; /** * Minimum required permissions on incoming buffers. Any buffers with |