Mercurial > libavcodec.hg
diff h264.c @ 6029:fc51a6ffa64f libavcodec
cosmetics: comment typo fixes
| author | diego |
|---|---|
| date | Sun, 16 Dec 2007 17:22:09 +0000 |
| parents | c531defb03ee |
| children | a5f184563b8c |
line wrap: on
line diff
--- 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;
