You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
committed by
Michael Niedermayer
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 */
|
||||
|
Reference in New Issue
Block a user