| ... | ... |
@@ -361,8 +361,7 @@ struct AVFilterPad {
|
| 361 | 361 |
const char *name; |
| 362 | 362 |
|
| 363 | 363 |
/** |
| 364 |
- * AVFilterPad type. Only video supported now, hopefully someone will |
|
| 365 |
- * add audio in the future. |
|
| 364 |
+ * AVFilterPad type. Can be AVMEDIA_TYPE_VIDEO or AVMEDIA_TYPE_AUDIO. |
|
| 366 | 365 |
*/ |
| 367 | 366 |
enum AVMediaType type; |
| 368 | 367 |
|