Commit 21dfd159 authored by Stefano Sabatini's avatar Stefano Sabatini

lavd/lavfi: fix incomplete comment

parent 86b7db61
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment