forked from FFmpeg/FFmpeg
libopenh264enc: Fix inconsistent whitespace
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
4f98bb7b6d
commit
31aa5335c3
1 changed files with 4 additions and 2 deletions
|
@ -184,8 +184,10 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||
param.sSpatialLayers[0].iSpatialBitrate = param.iTargetBitrate;
|
||||
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);
|
||||
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);
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue