Files
mpv/demux
wm4 2d2d96f00b demux: don't process obscure skipped packets
When doing a seek to the end of the cache, ds->skip_to_keyframe can be
set to true. Then some packets passed to add_packet_locked() may have to
be skipped. In some aspects, the skipped packet was still treated as if
it was going to be returned to the reader.

It almost doesn't matter though: it only caused a redundant wakeup_ds()
call, and could pass the packet to the stream recorder. Fix it anyway.
2019-09-19 20:37:04 +02:00
..
2019-07-03 17:47:24 +03:00
2018-01-06 14:42:22 -08:00
2018-04-29 02:21:32 +03:00
2019-09-19 20:37:04 +02:00