From 79272e1469a591e753240b5e8e7a3069194759da Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Feb 2017 08:47:17 +0100 Subject: Fix two typos They're unrelated. Sue me. --- video/decode/hw_cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/decode') diff --git a/video/decode/hw_cuda.c b/video/decode/hw_cuda.c index 92ba0772c4..d0c7669f25 100644 --- a/video/decode/hw_cuda.c +++ b/video/decode/hw_cuda.c @@ -63,7 +63,7 @@ static int init_decoder(struct lavc_ctx *ctx, int w, int h) // This is proper use of the hw_frames_ctx API, but it does not work // (appaears to work but fails e.g. with 10 bit). The cuvid wrapper - // does non-standard things, and it's a meesy situation. + // does non-standard things, and it's a messy situation. /* hwframe_ctx->width = w; hwframe_ctx->height = h; -- cgit v1.2.3