From e6cdd7a53803f700e7edaa5dea2b0876ada17114 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 16 Feb 2010 11:49:36 +0000 Subject: added ogg flac support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1558 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/flac/decoder_flac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/flac/decoder_flac.h') diff --git a/src/plugins/Input/flac/decoder_flac.h b/src/plugins/Input/flac/decoder_flac.h index ea66a652f..74af08a71 100644 --- a/src/plugins/Input/flac/decoder_flac.h +++ b/src/plugins/Input/flac/decoder_flac.h @@ -50,7 +50,7 @@ struct flac_data unsigned sample_rate; unsigned channels; - FLAC__uint64 last_decode_position; + FLAC__uint64 last_bytes; int ok; /* was this stream successfully opened? */ //struct decoder_error error; -- cgit v1.2.3-13-gbd6f