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