[FFmpeg-cvslog] r12115 - trunk/libavfilter/avfilter.h
vitor
subversion
Fri Feb 15 23:14:55 CET 2008
Author: vitor
Date: Fri Feb 15 23:14:55 2008
New Revision: 12115
Log:
Use CodecType for pad type
Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57
Modified:
trunk/libavfilter/avfilter.h
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h (original)
+++ trunk/libavfilter/avfilter.h Fri Feb 15 23:14:55 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list