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 */