You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter: fix AVFilterPad video only comment.
This commit is contained in:
@@ -361,8 +361,7 @@ struct AVFilterPad {
|
|||||||
const char *name;
|
const char *name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AVFilterPad type. Only video supported now, hopefully someone will
|
* AVFilterPad type. Can be AVMEDIA_TYPE_VIDEO or AVMEDIA_TYPE_AUDIO.
|
||||||
* add audio in the future.
|
|
||||||
*/
|
*/
|
||||||
enum AVMediaType type;
|
enum AVMediaType type;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user