提交 daafdb6e 编写于 作者: V Vitor Sessak

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
上级 0155b1a1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册