libopenh264enc: Fix inconsistent whitespace

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/237/merge
Martin Storsjö 9 years ago
parent 4f98bb7b6d
commit 31aa5335c3
  1. 4
      libavcodec/libopenh264enc.c

@ -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;
}

Loading…
Cancel
Save