Commit 86b7db61 authored by Stefano Sabatini's avatar Stefano Sabatini

lavd/lavfi: fix typo in error message

parent e09ffa45
......@@ -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));
}
......
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