From daafdb6eaec590d5bdf498ac4062b85ebbf24834 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:14:55 +0000 Subject: 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 --- libavfilter/avfilter.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavfilter') 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 -- cgit v1.2.3