You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
libopenh264enc: Fix inconsistent whitespace
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -185,7 +185,9 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||
param.sSpatialLayers[0].iMaxSpatialBitrate = param.iMaxBitrate;
|
||||
|
||||
if ((avctx->slices > 1) && (s->max_nal_size)) {
|
||||
av_log(avctx,AV_LOG_ERROR,"Invalid combination -slices %d and -max_nal_size %d.\n",avctx->slices,s->max_nal_size);
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"Invalid combination -slices %d and -max_nal_size %d.\n",
|
||||
avctx->slices, s->max_nal_size);
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user