[FFmpeg-devel] [PATCH] avutil/frame: Add some very basic documentation for AVFrameSideData
Michael Niedermayer
michaelni at gmx.at
Mon Mar 23 18:46:54 CET 2015
On Mon, Mar 23, 2015 at 01:40:47PM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Mon, Mar 23, 2015 at 1:35 PM, Michael Niedermayer <michaelni at gmx.at>
> wrote:
>
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> > libavutil/frame.h | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/libavutil/frame.h b/libavutil/frame.h
> > index 6b9ac6a..2fab79e 100644
> > --- a/libavutil/frame.h
> > +++ b/libavutil/frame.h
> > @@ -124,6 +124,13 @@ enum AVActiveFormatDescription {
> > AV_AFD_SP_4_3 = 15,
> > };
> >
> > +
> > +/**
> > + * Structure to hold side data for an AVFrame.
> > + *
> > + * sizeof(AVFrameSideData) is not a part of the public ABI, so new fields
> > may be added
> > + * to the end with a minor bump.
> > + */
> > typedef struct AVFrameSideData {
>
>
> ok.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150323/59715c5b/attachment.asc>
More information about the ffmpeg-devel
mailing list