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
pull/126/head
Vitor Sessak 17 years ago
parent 0155b1a1cc
commit daafdb6eae
  1. 3
      libavfilter/avfilter.h

@ -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…
Cancel
Save