1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

lavfi: fix comment, audio is supported now.

This commit is contained in:
Anton Khirnov
2012-05-21 19:33:35 +02:00
parent ce353a881f
commit 0ce4a627c9

View File

@@ -338,8 +338,7 @@ struct AVFilterPad {
const char *name;
/**
* AVFilterPad type. Only video supported now, hopefully someone will
* add audio in the future.
* AVFilterPad type.
*/
enum AVMediaType type;