diff options
author | Stefano Sabatini | 2011-12-18 01:04:02 +0100 |
---|---|---|
committer | Stefano Sabatini | 2011-12-18 01:04:02 +0100 |
commit | 21dfd1591e42d64bfea64708ff0c0cc8bb199262 (patch) | |
tree | 2e23f455fd406c1f76a91e5af0a13452a031408e /libavdevice/lavfi.c | |
parent | 86b7db616dc8a7f426d062d35df2c01a21785b83 (diff) |
lavd/lavfi: fix incomplete comment
Diffstat (limited to 'libavdevice/lavfi.c')
-rw-r--r-- | libavdevice/lavfi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c index 6db03494e5..6b72187d0c 100644 --- a/libavdevice/lavfi.c +++ b/libavdevice/lavfi.c @@ -141,7 +141,7 @@ av_cold static int lavfi_read_header(AVFormatContext *avctx, FAIL(AVERROR(EINVAL)); } - /* is a video output? */ + /* is an audio or video output? */ type = inout->filter_ctx->output_pads[inout->pad_idx].type; if (type != AVMEDIA_TYPE_VIDEO && type != AVMEDIA_TYPE_AUDIO) { av_log(avctx, AV_LOG_ERROR, |