Mercurial > libavcodec.hg
changeset 6029:fc51a6ffa64f libavcodec
cosmetics: comment typo fixes
author | diego |
---|---|
date | Sun, 16 Dec 2007 17:22:09 +0000 |
parents | 1ba8ee13e5b9 |
children | fb99890ee609 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;