On Sun, 26 Apr 2015 08:33:34 +0530
Niklesh Lalwani <lalwani1...@gmail.com> wrote:

> >
> >
> >
> > On Sun, Apr 26, 2015 at 7:05 AM, Carl Eugen Hoyos <ceho...@ag.or.at>
> > wrote:
> >
> > Niklesh Lalwani <niklesh.lalwani <at> iitb.ac.in> writes:
> >
> >
> >> > +                if ((text_style + i)->face_style_flags
> >
> >
> >> This looks very strange imo...
> >
> >
> What's wrong? I point my structure to the start of the style records, so,
> (text_style + i)->face_style_flags will give me the value of the attribute
> face_style_flags of (i+1)th style record.

We usually write: text_style[i].face_style_flags

It's the same.

> 
> >> > +    long tsmb_size;
> >
> >
> >> int64_t ?
> >
> >
> >>
> My bad. Yes, I intended to use int64_t / double. I will correct it.
> 

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to