[FFmpeg-cvslog] r16428 - trunk/libavformat/avformat.h
Diego Biurrun
diego
Mon Jan 5 00:05:39 CET 2009
On Mon, Jan 05, 2009 at 12:00:05AM +0100, Aurelien Jacobs wrote:
> Diego Biurrun wrote:
>
> > On Sun, Jan 04, 2009 at 11:31:56PM +0100, aurel wrote:
> > >
> > > Log:
> > > add meta data in AVStream, AVProgram and AVChapter
> >
> > The word is "metadata", not "meta data".
> >
> > > --- trunk/libavformat/avformat.h Sun Jan 4 21:47:09 2009 (r16427)
> > > +++ trunk/libavformat/avformat.h Sun Jan 4 23:31:55 2009 (r16428)
> > > @@ -480,6 +480,8 @@ typedef struct AVStream {
> > > +
> > > + struct AVMetaData *meta_data;
> > >
> > > @@ -498,6 +500,7 @@ typedef struct AVProgram {
> > > unsigned int nb_stream_indexes;
> > > + struct AVMetaData *meta_data;
> > >
> > > @@ -508,6 +511,7 @@ typedef struct AVChapter {
> > > char *title; ///< chapter title
> > > + struct AVMetaData *meta_data;
> >
> > All of these names should be changed.
>
> Including AVMetaData ?
> I mean, do you suggest this:
> struct AVMetadata *metadata;
I hadn't noticed this before, but yes.
Diego
More information about the ffmpeg-cvslog
mailing list