mirror of https://github.com/mpv-player/mpv
vd_lavc: enable hwdec for prores by default
This commit is contained in:
parent
4991ffa859
commit
629b637406
|
@ -136,7 +136,7 @@ const struct m_sub_options vd_lavc_conf = {
|
|||
.framedrop = AVDISCARD_NONREF,
|
||||
.dr = 1,
|
||||
.hwdec_api = "no",
|
||||
.hwdec_codecs = "h264,vc1,hevc,vp8,vp9,av1",
|
||||
.hwdec_codecs = "h264,vc1,hevc,vp8,vp9,av1,prores",
|
||||
// Maximum number of surfaces the player wants to buffer. This number
|
||||
// might require adjustment depending on whatever the player does;
|
||||
// for example, if vo_gpu increases the number of reference surfaces for
|
||||
|
|
Loading…
Reference in New Issue