Mercurial > libavcodec.hg
changeset 11781:22b17f922f2b libavcodec
Cosmetics : Fix typo.
author | jai_menon |
---|---|
date | Thu, 27 May 2010 04:25:50 +0000 |
parents | 5ad7f6da90de |
children | a617365c7c6f |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Thu May 27 01:29:09 2010 +0000 +++ b/utils.c Thu May 27 04:25:50 2010 +0000 @@ -323,7 +323,7 @@ if(buf->base[i]==NULL) return -1; memset(buf->base[i], 128, size[i]); - // no edge if EDEG EMU or not planar YUV + // no edge if EDGE EMU or not planar YUV if((s->flags&CODEC_FLAG_EMU_EDGE) || !size[2]) buf->data[i] = buf->base[i]; else