MythTV / mythtv

The official MythTV repository
https://www.mythtv.org
GNU General Public License v2.0
705 stars 347 forks source link

DVD: Some DVD menus broken when using VAAPI and VDPAU #225

Closed mark-kendall closed 4 years ago

mark-kendall commented 4 years ago

Migrated from trac: https://code.mythtv.org/trac/ticket/13641

A quick debug shows that we are resetting the video buffers virtually every frame because:-

So I couldn't reproduce this before because all of my disks are 16:9 aspect ratio (i.e. not overridden).

I think this is a fairly simple fix.

mark-kendall commented 4 years ago

and there's even a note in the code about it:-

https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp#L3164

mark-kendall commented 4 years ago

Fix has gone into master and fixes/31. Can't see any regressions with other DVDs or MPEG2 content - so closing as fixed.