very high bitrate (RealOne) support fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6355 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-06-09 13:45:49 +00:00
parent 8137f16bf9
commit 64aef7a44d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static int init(sh_video_t *sh){
// setup rv30 codec (codec sub-type and image dimensions):
if(extrahdr[1]>=0x30000000){
ulong cmsg24[4]={sh->disp_w,sh->disp_h,sh->disp_w,sh->disp_h};
ulong cmsg_data[3]={0x24,1+((extrahdr[0]>>16)&3),&cmsg24};
ulong cmsg_data[3]={0x24,1+((extrahdr[0]>>16)&7),&cmsg24};
(*rvyuv_custom_message)(cmsg_data,sh->context);
}
mp_msg(MSGT_DECVIDEO,MSGL_V,"INFO: RealVideo codec init OK!\n");