Browse Source

lavd/lavfi: fix typo in error message

tags/n0.10
Stefano Sabatini 14 years ago
parent
commit
86b7db616d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/lavfi.c

+ 1
- 1
libavdevice/lavfi.c View File

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


Loading…
Cancel
Save