From aec5dcc8347c29d4a27f5741e8b84222b19795b3 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 1 Feb 2002 08:50:45 +0000 Subject: Providing new tune info git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4454 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 16ae1bf8b7..4741232c0b 100644 --- a/mencoder.c +++ b/mencoder.c @@ -323,7 +323,7 @@ demux_stream_t *d_dvdsub=NULL; sh_audio_t *sh_audio=NULL; sh_video_t *sh_video=NULL; int file_format=DEMUXER_TYPE_UNKNOWN; -int i; +int i,pitches[3]; unsigned int out_fmt; aviwrite_t* muxer=NULL; @@ -569,7 +569,7 @@ if (IMGFMT_IS_BGR(out_fmt)) if (IMGFMT_IS_RGB(out_fmt)) vo_image_ptr = vo_image = malloc(vo_w*vo_h*IMGFMT_RGB_DEPTH(out_fmt)/8); -if(!init_video(sh_video)){ +if(!init_video(sh_video,pitches)){ mp_msg(MSGT_MENCODER,MSGL_FATAL,MSGTR_CouldntInitVideoCodec); exit(1); } -- cgit v1.2.3