提交 b580ab6b 编写于 作者: D Derek Buitenhuis 提交者: Michael Niedermayer

libutvideodec: Fix typo

Remove extraneous space.
Signed-off-by: NDerek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 1ff1b5f7
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册