Commit 1e660fe8 authored by Andreas Cadhalpun's avatar Andreas Cadhalpun

doc: fix spelling errors

Reviewed-by: 's avatarLou Logan <lou@lrcd.com>
Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
parent c4af48eb
...@@ -9665,7 +9665,7 @@ Scene change detection method. Scene change leads motion vectors to be in random ...@@ -9665,7 +9665,7 @@ Scene change detection method. Scene change leads motion vectors to be in random
@item none @item none
Disable scene change detection. Disable scene change detection.
@item fdiff @item fdiff
Frame difference. Corresponding pixel values are compared and if it statisfies @var{scd_threshold} scene change is detected. Frame difference. Corresponding pixel values are compared and if it satisfies @var{scd_threshold} scene change is detected.
@end table @end table
Default method is @samp{fdiff}. Default method is @samp{fdiff}.
......
...@@ -63,7 +63,7 @@ This ensures that file and data checksums are reproducible and match between ...@@ -63,7 +63,7 @@ This ensures that file and data checksums are reproducible and match between
platforms. Its primary use is for regression testing. platforms. Its primary use is for regression testing.
@item shortest @item shortest
Stop muxing at the end of the shortest stream. Stop muxing at the end of the shortest stream.
It may be needed to increase max_interleave_delta to avoid flusing the longer It may be needed to increase max_interleave_delta to avoid flushing the longer
streams before EOF. streams before EOF.
@end table @end table
......
...@@ -532,7 +532,7 @@ static int decode_i_block(FourXContext *f, int16_t *block) ...@@ -532,7 +532,7 @@ static int decode_i_block(FourXContext *f, int16_t *block)
} }
i += code >> 4; i += code >> 4;
if (i >= 64) { if (i >= 64) {
av_log(f->avctx, AV_LOG_ERROR, "run %d oveflow\n", i); av_log(f->avctx, AV_LOG_ERROR, "run %d overflow\n", i);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment