Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/modules/hw/vdpau/avcodec.c b/modules/hw/vdpau/avcodec.c
- index 8c027d3..bf8bc8a 100644
- --- a/modules/hw/vdpau/avcodec.c
- +++ b/modules/hw/vdpau/avcodec.c
- @@ -316,7 +316,7 @@ static int Open(vlc_va_t *va, int codec, const es_format_t *fmt)
- }
- msg_Dbg(va, "video surface supported maximum: %s %"PRIu32"x%"PRIu32,
- "YUV 4:2:0", width, height);
- -
- +/*
- if (vdp_decoder_query_capabilities(sys->vdp, sys->device, profile,
- &support, &lvl, &mb, &width, &height) != VDP_STATUS_OK)
- support = VDP_FALSE;
- @@ -328,7 +328,7 @@ static int Open(vlc_va_t *va, int codec, const es_format_t *fmt)
- goto error;
- }
- msg_Dbg(va, "decoding profile supported maximum: %"PRIu32".%"PRIu32" mb %"
- - PRIu32", %"PRIu32"x%"PRIu32, profile, lvl, mb, width, height);
- + PRIu32", %"PRIu32"x%"PRIu32, profile, lvl, mb, width, height);*/
- const char *infos;
- if (vdp_get_information_string(sys->vdp, &infos) != VDP_STATUS_OK)
Advertisement
Add Comment
Please, Sign In to add comment