cosmetics: fix indentation for previous commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23339 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
corey 2007-05-18 02:10:41 +00:00
parent d26e1dd55f
commit f7c7e60349
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static void fix_parameters(muxer_stream_t *stream)
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;