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 ...@@ -200,8 +200,7 @@ struct AVFilterPad
* AVFilterPad type. Only video supported now, hopefully someone will * AVFilterPad type. Only video supported now, hopefully someone will
* add audio in the future. * add audio in the future.
*/ */
int type; enum CodecType type;
#define AV_PAD_VIDEO 0 ///< video pad
/** /**
* Minimum required permissions on incoming buffers. Any buffers with * 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