libutvideodec: Fix typo

Remove extraneous space.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Derek Buitenhuis 2011-11-07 12:20:29 -05:00 committed by Michael Niedermayer
parent 1ff1b5f7f6
commit b580ab6b8b
1 changed files with 1 additions and 1 deletions

View File

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