mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
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
This commit is contained in:
parent
0155b1a1cc
commit
daafdb6eae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user