decoder/ffmpeg: skip unwanted samples after seeking

When seeking to the beginning of a packet, skip the samples that come
before the desired time stamp.
This commit is contained in:
Max Kellermann
2015-06-19 18:02:10 +02:00
parent d11e2724c4
commit 327a8e6c59
2 changed files with 50 additions and 5 deletions
+2
View File
@@ -2,6 +2,8 @@ ver 0.19.10 (not yet released)
* input
- curl: fix deadlock on small responses
- smbclient: fix DFF playback
* decoder
- ffmpeg: improve seeking accuracy
* encoder
- opus: fix bogus granulepos
* neighbor