[FFmpeg-cvslog] lavd/lavfi: fix incomplete comment
Stefano Sabatini
git at videolan.org
Sun Dec 18 01:08:40 CET 2011
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Dec 18 01:04:02 2011 +0100| [21dfd1591e42d64bfea64708ff0c0cc8bb199262] | committer: Stefano Sabatini
lavd/lavfi: fix incomplete comment
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21dfd1591e42d64bfea64708ff0c0cc8bb199262
---
libavdevice/lavfi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c
index 6db0349..6b72187 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,
More information about the ffmpeg-cvslog
mailing list