# HG changeset patch # User diego # Date 1197825729 0 # Node ID fc51a6ffa64fc3476a25a885335ca8c0141dd91c # Parent 1ba8ee13e5b948fd769f6b29816783e19f5ad75e cosmetics: comment typo fixes diff -r 1ba8ee13e5b9 -r fc51a6ffa64f h264.c --- a/h264.c Sun Dec 16 14:31:38 2007 +0000 +++ b/h264.c Sun Dec 16 17:22:09 2007 +0000 @@ -4153,7 +4153,7 @@ if(h->deblocking_filter == 1 && h0->max_contexts > 1) { if(s->avctx->flags2 & CODEC_FLAG2_FAST) { /* Cheat slightly for speed: - Dont bother to deblock across slices */ + Do not bother to deblock across slices. */ h->deblocking_filter = 2; } else { h0->max_contexts = 1;