From 86b7db616dc8a7f426d062d35df2c01a21785b83 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 18 Dec 2011 01:03:40 +0100 Subject: lavd/lavfi: fix typo in error message --- libavdevice/lavfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice') diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c index 60d5375ec6..6db03494e5 100644 --- a/libavdevice/lavfi.c +++ b/libavdevice/lavfi.c @@ -151,7 +151,7 @@ av_cold static int lavfi_read_header(AVFormatContext *avctx, if (lavfi->stream_sink_map[stream_idx] != -1) { av_log(avctx, AV_LOG_ERROR, - "An with stream index %d was already specified\n", + "An output with stream index %d was already specified\n", stream_idx); FAIL(AVERROR(EINVAL)); } -- cgit v1.2.3