mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
1bb726dedc
Shovel the code around to make the data flow slightly simpler (?). At least there's only one send_packet function now. The old code had the problem that send_packet() could be called even if there were queued packets; due to sending the queued packets in the receive_frame function, this should not happen anymore (the code checking for this case in send_packet should normally never be called). Untested with actual full stream hw decoders (none available here); I created a test case by making hwaccel decoding fail. |
||
---|---|---|
.. | ||
vd_lavc.c |