mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
lavd/lavfi: fix incomplete comment
This commit is contained in:
parent
86b7db616d
commit
21dfd1591e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user