jp9000 a8d7419732 win-dshow: Actually fix LGP issue
The LGP issue is caused by the device drivers returning two or more
packets in a single segment of audio data.  This fixes it by detecting
that and decoding subsequent packets.

When the FFmpeg audio decoder returns, it returns how many bytes of data
was decoded.  To have it decode multiple packets in a single segment,
just subtract the return value from the expected size, and if that size
is still larger than zero, then there are more packets in the segment to
decode.  Otherwise, stop.
2017-03-03 17:02:06 -08:00
..
2016-12-23 20:46:47 +01:00
2017-03-01 04:07:42 +01:00
2017-03-01 00:34:03 -06:00
2017-02-27 20:54:02 +01:00
2017-02-27 20:54:02 +01:00
2017-02-27 20:54:02 +01:00
2017-01-30 16:05:25 -08:00