mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Allocate the output frame */
|
/* Allocate the output frame */
|
||||||
avctx->coded_frame = avcodec_alloc_frame();
|
avctx->coded_frame = avcodec_alloc_frame();
|
||||||
|
|
||||||
/* Ut Video only supports 8-bit */
|
/* Ut Video only supports 8-bit */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user