mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
1ff1b5f7f6
commit
b580ab6b8b
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue