Browse code

avfilter: fix AVFilterPad video only comment.

Clément Bœsch authored on 2011/11/27 03:30:22
Showing 1 changed files
... ...
@@ -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