mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 01:19:29 +00:00
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:
parent
8137f16bf9
commit
64aef7a44d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user