I think I found the problem, when playing CDImage.wav converted from DSD (with CDImage.cue), the time_from_ffmpeg returns value less than 0, then effects decoder.timestamp and seeking function.
------------------ Original ------------------ From: "Max Kellermann";<[email protected]>; Date: Tue, Mar 18, 2014 04:16 PM To: "Ricky Xian"<[email protected]>; Cc: "mpd-devel"<[email protected]>; Subject: Re: [mpd-devel] mpd: .wav file and ffmpeg 2.1 On 2014/03/18 02:19, Ricky Xian <[email protected]> wrote: > I think it's a issue of using ffmpeg Maybe you're right about this, but I believe your solution and all your assumptions are wrong. Check if commit 8e39cf62e7f84eca6f8b431bf721281d50653892 solves your problem. Your (undocumented!) patch silently drops the "flags" to 0. That may be the real fix, not the switch to another seeking function. .
mpd_play_wav_file_DSD_format.diff
Description: Binary data
_______________________________________________ mpd-devel mailing list [email protected] http://mailman.blarg.de/listinfo/mpd-devel
