Mercurial > mplayer.hg
changeset 23321:ab8f2f9afd51
cosmetics: fix indentation for previous commit
author | corey |
---|---|
date | Fri, 18 May 2007 02:10:41 +0000 |
parents | 5ea7c5d20f09 |
children | bc9ec60e174d |
files | libmpdemux/muxer_lavf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;