summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-09-25 03:29:07 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-09-25 19:06:51 +0200
commit9083e044f11b6f04cdc15d445872513b72d0e557 (patch)
tree79b0de3a1b4302d046136c3f4818113dcefe766b /ffmpeg.c
parent5a70e56f2f116d675b7f97b4c4ad4b8db5771531 (diff)
ffmpeg: Fix bistream typos
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 1b363f797c..ec452d2398 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2648,7 +2648,7 @@ static int init_output_bsfs(OutputStream *ost)
ret = av_bsf_init(ctx);
if (ret < 0) {
- av_log(NULL, AV_LOG_ERROR, "Error initializing bistream filter: %s\n",
+ av_log(NULL, AV_LOG_ERROR, "Error initializing bitstream filter: %s\n",
ost->bsf_ctx[i]->filter->name);
return ret;
}