[FFmpeg-devel] [PATCH] Store Major brand, Minor version and compatible brands of a mov file using the metadata API

Diego Biurrun diego
Tue Sep 8 10:54:20 CEST 2009


On Mon, Sep 07, 2009 at 11:55:25AM +0300, haim alon wrote:
> 
> --- libavformat/mov.c	(revision 19787)
> +++ libavformat/mov.c	(working copy)
> @@ -485,15 +485,41 @@
>  
> +    for (i=0; i < numCompBrand; i++) { /*compatible brands*/

nit: i = 0

Diego



More information about the ffmpeg-devel mailing list