# HG changeset patch # User corey # Date 1179454241 0 # Node ID ab8f2f9afd513ae0154a140f41ac85279b1f0b2c # Parent 5ea7c5d20f09f54ba8fdb3e14447b0a2d5bc97b5 cosmetics: fix indentation for previous commit diff -r 5ea7c5d20f09 -r ab8f2f9afd51 libmpdemux/muxer_lavf.c --- a/libmpdemux/muxer_lavf.c Fri May 18 02:09:26 2007 +0000 +++ b/libmpdemux/muxer_lavf.c Fri May 18 02:10:41 2007 +0000 @@ -241,7 +241,7 @@ ctx->codec_tag= stream->bih->biCompression; mp_msg(MSGT_MUXER, MSGL_INFO, "VIDEO CODEC ID: %d\n", ctx->codec_id); if (stream->imgfmt) - ctx->pix_fmt = imgfmt2pixfmt(stream->imgfmt); + ctx->pix_fmt = imgfmt2pixfmt(stream->imgfmt); ctx->width = stream->bih->biWidth; ctx->height = stream->bih->biHeight; ctx->bit_rate = 800000;