mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02: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
|
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user