Commit daafdb6e authored by Vitor Sessak's avatar 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
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment