Commit 24590462 authored by vitor's avatar vitor

Use CodecType for pad type

Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12115 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cf7c1b15
......@@ -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