summaryrefslogtreecommitdiffstats
path: root/common/recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/recorder.c')
-rw-r--r--common/recorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recorder.c b/common/recorder.c
index d8f937b902..9970c05c32 100644
--- a/common/recorder.c
+++ b/common/recorder.c
@@ -160,7 +160,7 @@ struct mp_recorder *mp_recorder_create(struct mpv_global *global,
av_dict_set(&priv->mux->metadata, "encoding_tool", version, 0);
if (avformat_write_header(priv->mux, NULL) < 0) {
- MP_ERR(priv, "Write header failed.\n");
+ MP_ERR(priv, "Writing header failed.\n");
goto error;
}