Browse Source

avfilter: fix AVFilterPad video only comment.

tags/n0.9
Clément Bœsch 13 years ago
parent
commit
c1ae524e2b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavfilter/avfilter.h

+ 1
- 2
libavfilter/avfilter.h View File

@@ -361,8 +361,7 @@ struct AVFilterPad {
const char *name;

/**
* AVFilterPad type. Only video supported now, hopefully someone will
* add audio in the future.
* AVFilterPad type. Can be AVMEDIA_TYPE_VIDEO or AVMEDIA_TYPE_AUDIO.
*/
enum AVMediaType type;



Loading…
Cancel
Save