[FFmpeg-cvslog] lavd/lavfi: fix typo in error message
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:03:40 2011 +0100| [86b7db616dc8a7f426d062d35df2c01a21785b83] | committer: Stefano Sabatini
lavd/lavfi: fix typo in error message
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86b7db616dc8a7f426d062d35df2c01a21785b83
---
libavdevice/lavfi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c
index 60d5375..6db0349 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));
}
More information about the ffmpeg-cvslog
mailing list