[FFmpeg-cvslog] r16428 - trunk/libavformat/avformat.h

Diego Biurrun diego
Sun Jan 4 23:48:31 CET 2009


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.

Diego




More information about the ffmpeg-cvslog mailing list