mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 06:16:59 +00:00
lavd/lavfi: fix typo in error message
This commit is contained in:
parent
e09ffa4524
commit
86b7db616d
@ -151,7 +151,7 @@ av_cold static int lavfi_read_header(AVFormatContext *avctx,
|
|||||||
|
|
||||||
if (lavfi->stream_sink_map[stream_idx] != -1) {
|
if (lavfi->stream_sink_map[stream_idx] != -1) {
|
||||||
av_log(avctx, AV_LOG_ERROR,
|
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);
|
stream_idx);
|
||||||
FAIL(AVERROR(EINVAL));
|
FAIL(AVERROR(EINVAL));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user