Re: AVI read using ffmpeg in DM6467

2009-01-20 Thread Vladimir Pantelic
Vinayagam Mariappan wrote: Hi, I am having an AVI file of 10MB and it had more than 150frames. I have difficulty reading all 150 frames and displaying again.Whenever i read around 72 frames i am getting the following errors in DM6467. oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: lo

RE: AVI read using ffmpeg in DM6467

2009-01-20 Thread Venkatachala Upadhya
Hello, This is an error from the system when a particulat process hogs a lot of memory and no more memory can be allocated to it. This can happen either, a lot of memory is leaked in the program or program run time meory requirement is very high so that the kernel can not allocate memory any fu