summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 46fcdd9dcc..9fd3040d51 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -1302,7 +1302,7 @@ static void init_video(struct gl_video *p)
if (p->hwdec_active) {
if (p->hwdec->driver->reinit(p->hwdec, p->image_w, p->image_h) < 0)
- MP_ERR(p, "Initializing hardware ddecoding video texture failed.\n");
+ MP_ERR(p, "Initializing hardware decoding video texture failed.\n");
}
reinit_rendering(p);