diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-16 11:49:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-16 11:49:36 +0000 |
| commit | e6cdd7a53803f700e7edaa5dea2b0876ada17114 (patch) | |
| tree | 903e398c1a49ef82bfcd33089d78c47c6c439726 /src/plugins/Input/flac/decoder_flac.h | |
| parent | 10204e543c9b32957205ce870f9a71f7b625065f (diff) | |
| download | qmmp-e6cdd7a53803f700e7edaa5dea2b0876ada17114.tar.gz qmmp-e6cdd7a53803f700e7edaa5dea2b0876ada17114.tar.bz2 qmmp-e6cdd7a53803f700e7edaa5dea2b0876ada17114.zip | |
added ogg flac support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1558 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/flac/decoder_flac.h')
| -rw-r--r-- | src/plugins/Input/flac/decoder_flac.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
