[FFmpeg-devel] [PATCH] lavf: move fields that appear to be intended as public API to the correct section
Michael Niedermayer
michaelni at gmx.at
Thu Sep 27 18:18:58 CEST 2012
On Wed, Sep 26, 2012 at 05:54:10PM +0000, Paul B Mahol wrote:
> On 9/26/12, Michael Niedermayer <michaelni at gmx.at> wrote:
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> > libavformat/avformat.h | 23 +++++++++++++++--------
> > 1 file changed, 15 insertions(+), 8 deletions(-)
> >
> > diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> > index 166fdbb..b1129e4 100644
> > --- a/libavformat/avformat.h
> > +++ b/libavformat/avformat.h
> > @@ -1111,6 +1111,21 @@ typedef struct AVFormatContext {
> > */
> > int use_wallclock_as_timestamps;
> >
> > + /**
> > + * avio flags, used to force AVIO_FLAG_DIRECT.
> > + * - encoding: unused
> > + * - decoding: Set by user via AVOptions (NO direct access)
> > + */
> > + int avio_flags;
> > +
> > + /**
> > + * The duration field can be estimated through various ways, and this
> > field can be used
> > + * to know how the duration was estimated.
> > + * - encoding: unused
> > + * - decoding: Readt by user via AVOptions (NO direct access)
> typo
fixed and applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120927/c78a7489/attachment.asc>
More information about the ffmpeg-devel
mailing list