[MPlayer-dev-eng] [PATCH 3/5] Prettify main MPlayer source file.

Clément Bœsch ubitux at gmail.com
Mon Apr 18 00:24:52 CEST 2011


On Sun, Apr 17, 2011 at 11:42:43PM +0200, Clément Bœsch wrote:
> Btw, I just run the test after the 5 patches, and binaries are changed
> just because of two changes in the last one:
> 
>     @@ -565,13 +547,12 @@ static void mp_dvdnav_context_free(MPContext *ctx)
>      {
>          if (ctx->nav_smpi)
>              free_mp_image(ctx->nav_smpi);
>     -    ctx->nav_smpi = NULL;
>     -    free(ctx->nav_buffer);
>     +    ctx->nav_smpi    = NULL;
>          ctx->nav_buffer  = NULL;
>          ctx->nav_start   = NULL;
>          ctx->nav_in_size = 0;
>     +    free(ctx->nav_buffer);
>      }
> 

This non-sense if fixed locally. Sorry.

-- 
Clément B.


More information about the MPlayer-dev-eng mailing list