mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
libFLAC 1.3.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* example_cpp_decode_file - Simple FLAC file decoder using libFLAC
|
||||
* Copyright (C) 2007-2009 Josh Coalson
|
||||
* Copyright (C) 2011-2013 Xiph.Org Foundation
|
||||
* Copyright (C) 2011-2014 Xiph.Org Foundation
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
@@ -22,10 +22,10 @@
|
||||
* file. It only supports 16-bit stereo files.
|
||||
*
|
||||
* Complete API documentation can be found at:
|
||||
* http://flac.sourceforge.net/api/
|
||||
* http://xiph.org/flac/api/
|
||||
*/
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
@@ -72,6 +72,9 @@ protected:
|
||||
virtual ::FLAC__StreamDecoderWriteStatus write_callback(const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]);
|
||||
virtual void metadata_callback(const ::FLAC__StreamMetadata *metadata);
|
||||
virtual void error_callback(::FLAC__StreamDecoderErrorStatus status);
|
||||
private:
|
||||
OurDecoder(const OurDecoder&);
|
||||
OurDecoder&operator=(const OurDecoder&);
|
||||
};
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user