From f58a3d0fda592994b7a2791d72356411ecbe35dc Mon Sep 17 00:00:00 2001 From: corey Date: Thu, 17 May 2007 00:16:51 +0000 Subject: Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23327 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/muxer_lavf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpdemux/muxer_lavf.c') diff --git a/libmpdemux/muxer_lavf.c b/libmpdemux/muxer_lavf.c index feec823627..5f309dbc43 100644 --- a/libmpdemux/muxer_lavf.c +++ b/libmpdemux/muxer_lavf.c @@ -240,6 +240,7 @@ static void fix_parameters(muxer_stream_t *stream) if(ctx->codec_id <= 0 || force_fourcc) ctx->codec_tag= stream->bih->biCompression; mp_msg(MSGT_MUXER, MSGL_INFO, "VIDEO CODEC ID: %d\n", ctx->codec_id); + ctx->pix_fmt = imgfmt2pixfmt(stream->imgfmt); ctx->width = stream->bih->biWidth; ctx->height = stream->bih->biHeight; ctx->bit_rate = 800000; -- cgit v1.2.3