mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
beb8d27912
This is a dataflow issue caused by the filters change. When the fallback happens, vd_lavc does not return a frame, but also does not accept a new packet, which confuses lavc_process(). Fix this by immediately retrying to feed the buffered packet and decode a frame on fallback. Fixes #5489. |
||
---|---|---|
.. | ||
vd_lavc.c |