float m1,m2; // the slopes of each line
- // compute slopes, note the cludge for infinity, however, this will
+ // compute slopes, note the kluge for infinity, however, this will
// be close enough
if ((x1-x0)!=0)
if( context->coded_frame && context->coded_frame->key_frame)
pkt.flags |= PKT_FLAG_KEY;
- //cludge for raw picture format (they said they'd fix)
+ //kluge for raw picture format (they said they'd fix)
if (formatc->oformat->flags & AVFMT_RAWPICTURE)
{
ret = av_write_frame(formatc, &pkt);