summaryrefslogtreecommitdiffstats
path: root/libhb/muxavformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/muxavformat.c')
-rw-r--r--libhb/muxavformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c
index 2062a02f1..1464cf51a 100644
--- a/libhb/muxavformat.c
+++ b/libhb/muxavformat.c
@@ -666,7 +666,7 @@ static int avformatInit( hb_mux_object_t * m )
ret = av_bsf_alloc(bsf, &ctx);
if (ret < 0)
{
- hb_error("AAC bistream filter: alloc failure");
+ hb_error("AAC bitstream filter: alloc failure");
goto error;
}
ctx->time_base_in.num = 1;
@@ -690,7 +690,7 @@ static int avformatInit( hb_mux_object_t * m )
ret = av_bsf_init(track->bitstream_context);
if (ret < 0)
{
- hb_error("bistream filter: init failure");
+ hb_error("bitstream filter: init failure");
goto error;
}
}