Commit b580ab6b authored by Derek Buitenhuis's avatar Derek Buitenhuis Committed by Michael Niedermayer

libutvideodec: Fix typo

Remove extraneous space.
Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment