From b580ab6b8bc85897b7bed566f236b8d5199313c4 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Mon, 7 Nov 2011 12:20:29 -0500 Subject: [PATCH] libutvideodec: Fix typo Remove extraneous space. Signed-off-by: Derek Buitenhuis Signed-off-by: Michael Niedermayer --- libavcodec/libutvideo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libutvideo.cpp b/libavcodec/libutvideo.cpp index e92b3e2686..63fb44d173 100644 --- a/libavcodec/libutvideo.cpp +++ b/libavcodec/libutvideo.cpp @@ -100,7 +100,7 @@ static av_cold int utvideo_decode_init(AVCodecContext *avctx) return -1; } - /* Allocate the output frame */ + /* Allocate the output frame */ avctx->coded_frame = avcodec_alloc_frame(); /* Ut Video only supports 8-bit */