mirror of https://github.com/mpv-player/mpv
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:
parent
d26e1dd55f
commit
f7c7e60349
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue