Commit b883a456 authored by jai_menon's avatar jai_menon

Cosmetics : Fix typo.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23345 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 11537d8d
......@@ -323,7 +323,7 @@ int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic){
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
......
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