Figured it out. Valgrind was pretty helpful.
Thanks again.
-Niklesh
On Sat, Jul 4, 2015 at 12:40 AM, Niklesh Lalwani
wrote:
> Thanks guys, I'll try it out.
>
> -Niklesh
>
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/
Thanks guys, I'll try it out.
-Niklesh
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hi Niklesh,
On Fri, Jul 3, 2015 at 1:47 PM, Niklesh Lalwani
wrote:
> Hello everyone,
>
> I am working with movtextdec.c to implement support for various Text
> Modifier Boxes. I am getting a segmentation fault with m->style_temp =
> av_malloc() and I cannot figure out why.
Allocation segmentat
On Fri, 3 Jul 2015 23:17:09 +0530
Niklesh Lalwani wrote:
> Hello everyone,
>
> I am working with movtextdec.c to implement support for various Text
> Modifier Boxes. I am getting a segmentation fault with m->style_temp =
> av_malloc() and I cannot figure out why. I tried to play around with
> se
Hello everyone,
I am working with movtextdec.c to implement support for various Text
Modifier Boxes. I am getting a segmentation fault with m->style_temp =
av_malloc() and I cannot figure out why. I tried to play around with
several things to find out the reason, but in vain. Must be something
pre