From 873b579c1afbe832b108bf4254adc9bb27130db6 Mon Sep 17 00:00:00 2001 From: ranma Date: Wed, 17 Mar 2004 14:50:37 +0000 Subject: OpenDML read/write support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12037 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 4adbd77d58..57ae80bd14 100644 --- a/mencoder.c +++ b/mencoder.c @@ -663,6 +663,12 @@ case VCODEC_COPY: mux_v->bih->biBitCount=24; // FIXME!!! mux_v->bih->biSizeImage=mux_v->bih->biWidth*mux_v->bih->biHeight*(mux_v->bih->biBitCount/8); } + /* + * FIXME: with -ovc copy we don't get aspect ratio information + * from the source stream. + */ + if(movie_aspect>-1.0) sh_video->aspect = movie_aspect; + printf("videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n", mux_v->bih->biWidth, mux_v->bih->biHeight, mux_v->bih->biBitCount, mux_v->bih->biCompression); -- cgit v1.2.3