mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
Output number of reference frames before creating H264 vdpau decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28927 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fa60631a76
commit
919793e643
@ -786,6 +786,7 @@ static int draw_slice(uint8_t *image[], int stride[], int w, int h,
|
||||
break;
|
||||
case IMGFMT_VDPAU_H264:
|
||||
vdp_decoder_profile = VDP_DECODER_PROFILE_H264_HIGH;
|
||||
mp_msg(MSGT_VO, MSGL_V, "[vdpau] Creating H264 hardware decoder for %d reference frames.\n", max_refs);
|
||||
break;
|
||||
case IMGFMT_VDPAU_WMV3:
|
||||
vdp_decoder_profile = VDP_DECODER_PROFILE_VC1_MAIN;
|
||||
|
Loading…
Reference in New Issue
Block a user