[FFmpeg-cvslog] r25777 - in trunk/libavformat: avformat.h utils.c

Stefano Sabatini stefano.sabatini-lala
Sun Nov 21 12:20:34 CET 2010


On date Sunday 2010-11-21 11:24:48 +0100, reimar wrote:
> Author: reimar
> Date: Sun Nov 21 11:24:48 2010
> New Revision: 25777
> 
> Log:
> Add av_append_packet function, to be used in code that merges packets
> to allow palette handling without using PaletteControl.
> 
> Modified:
>    trunk/libavformat/avformat.h
>    trunk/libavformat/utils.c

Missing APIchanges entry.

> 
> Modified: trunk/libavformat/avformat.h
> ==============================================================================
> --- trunk/libavformat/avformat.h	Sun Nov 21 11:21:06 2010	(r25776)
> +++ trunk/libavformat/avformat.h	Sun Nov 21 11:24:48 2010	(r25777)
> @@ -22,7 +22,7 @@
>  #define AVFORMAT_AVFORMAT_H
>  
>  #define LIBAVFORMAT_VERSION_MAJOR 52
> -#define LIBAVFORMAT_VERSION_MINOR 84
> +#define LIBAVFORMAT_VERSION_MINOR 85
>  #define LIBAVFORMAT_VERSION_MICRO  0
>  
>  #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
> @@ -245,6 +245,21 @@ void av_metadata_free(AVMetadata **m);
>  int av_get_packet(ByteIOContext *s, AVPacket *pkt, int size);
>  
>  
> +/**
> + * Reads data and appends it to the current content of the AVPacket.

Third person...



More information about the ffmpeg-cvslog mailing list