[FFmpeg-devel] [PATCH] demux individual program out of MPEG-TS

Aurelien Jacobs aurel
Tue Sep 25 00:56:33 CEST 2007


Nico Sabbi wrote:

> [...]
> 
> If no one objects tomorrow  I'll commit the following 3 patches in the 
> order
> P1 (AVProgram general) 
> 
> Index: avformat.h
> ===================================================================
> --- avformat.h	(revisione 10570)
> +++ avformat.h	(copia locale)
> @@ -21,8 +21,8 @@
>  #ifndef AVFORMAT_H
>  #define AVFORMAT_H
>  
> -#define LIBAVFORMAT_VERSION_INT ((51<<16)+(13<<8)+4)
> -#define LIBAVFORMAT_VERSION     51.13.4
> +#define LIBAVFORMAT_VERSION_INT ((51<<16)+(14<<8)+4)
> +#define LIBAVFORMAT_VERSION     51.14.4
>  #define LIBAVFORMAT_BUILD       LIBAVFORMAT_VERSION_INT

When increasing minor, you should reset micro to 0.

Aurel




More information about the ffmpeg-devel mailing list