You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/videotoolbox: fix whitespace
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
@@ -897,7 +897,7 @@ static int videotoolbox_start(AVCodecContext *avctx)
|
||||
case kVTVideoDecoderMalfunctionErr:
|
||||
av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox malfunction.\n");
|
||||
return AVERROR(EINVAL);
|
||||
case kVTVideoDecoderBadDataErr :
|
||||
case kVTVideoDecoderBadDataErr:
|
||||
av_log(avctx, AV_LOG_VERBOSE, "VideoToolbox reported invalid data.\n");
|
||||
return AVERROR_INVALIDDATA;
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user