diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-25 03:29:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-25 19:06:51 +0200 |
commit | 9083e044f11b6f04cdc15d445872513b72d0e557 (patch) | |
tree | 79b0de3a1b4302d046136c3f4818113dcefe766b /ffmpeg_opt.c | |
parent | 5a70e56f2f116d675b7f97b4c4ad4b8db5771531 (diff) | |
download | ffmpeg-9083e044f11b6f04cdc15d445872513b72d0e557.tar.gz |
ffmpeg: Fix bistream typos
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r-- | ffmpeg_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 0dfdbd6118..38b6b67200 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -1345,7 +1345,7 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e ret = av_bsf_alloc(filter, &ost->bsf_ctx[ost->nb_bitstream_filters]); if (ret < 0) { - av_log(NULL, AV_LOG_ERROR, "Error allocating a bistream filter context\n"); + av_log(NULL, AV_LOG_ERROR, "Error allocating a bitstream filter context\n"); exit_program(1); } |