[FFmpeg-cvslog] r19790 - trunk/libavcodec/bmpenc.c

Diego Biurrun diego
Sun Sep 6 20:26:36 CEST 2009


On Sun, Sep 06, 2009 at 08:24:25PM +0200, cehoyos wrote:
> 
> Log:
> Cosmetics: Fix typo.
> 
> --- trunk/libavcodec/bmpenc.c	Sun Sep  6 18:09:21 2009	(r19789)
> +++ trunk/libavcodec/bmpenc.c	Sun Sep  6 20:24:25 2009	(r19790)
> @@ -139,7 +139,7 @@ AVCodec bmp_encoder = {
>      NULL, //encode_end,
> -    .pix_fmts = (const  enum PixelFormat[]){
> +    .pix_fmts = (const enum PixelFormat[]){

I see no typo fix.

Diego



More information about the ffmpeg-cvslog mailing list