On 7/2/13, Tushar Paithankar <p.tushar99 at gmail.com> wrote: > Hi, > > In libfaac library, in the Encode call of AAC (frame.c) there is > > if (hEncoder->frameNum <= 3) /* Still filling up the buffers */ > return 0; > > What is the purpose of this buffer...? > > Can i work for single input frame and single output frame.....? > Nope, you can not.