missing config_vo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5074 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-14 23:08:47 +00:00
parent 40add121fc
commit a8e68dafc2
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ static int init(sh_video_t *sh){
// send seq header to the decoder: *** HACK ***
mpeg2_decode_data(NULL,videobuffer,videobuffer+videobuf_len,0);
mpeg2_allocate_image_buffers (picture);
mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YV12);
return 1;
}