1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

vd_lavc: better hwdec log output

Often, we don't know whether hardware decoding will work until we've
tried. (This used to be different, but API changes and improvements in
libavcodec led to this situation.) We will often output that we're going
to use hardware decoding, and then print a fallback warning.

Instead, print the status once we have decoded a frame.

Some of the old messages are turned into verbose messages, which should
be helpful for debugging. Also add some new ones.
This commit is contained in:
wm4 2015-09-02 23:31:01 +02:00
parent 11f44a10f9
commit 61b902f5a7
2 changed files with 17 additions and 4 deletions