On Mon, 29 Apr 2013 16:23:05 -0400, Derek Buitenhuis 
<[email protected]> wrote:
> On 2013-04-29 4:20 PM, Anton Khirnov wrote:
> >> > - buf[] must contain one or more pointers to AVBufferRef structures. 
> >> > Each of
> >> >   the frame's data and extended_data pointers must be contained in 
> >> > these. That
> >> >   is, one pointer for each allocated chunk of memory,
> >             ^^^^^^^
> > I'd s/pointer/AVBufferRef/, pointer is too vague
> 
> You are misunderstanding. It is a pointer to an AVBufferRef, not an 
> AVBufferRef.
> i.e. buf[] holds AVBufferRef*, not AVBufferRef. It's an important distinction.
> 

Yes I know it's a pointer to AVBufferRef, you never deal with anything but
pointers to it. But IMO just the word 'pointer' by itself in the sentence is too
vague, the reader might think we're talking about data pointers.
Make it 'pointer to AVBufferRef' if you prefer.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to