Declare UTF-8 encoding for changelog
[platform/upstream/flac.git] / src / test_libs_common / file_utils_flac.c
index af53f47..892e2bd 100644 (file)
@@ -1,5 +1,6 @@
 /* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009  Josh Coalson
+ * Copyright (C) 2002-2009  Josh Coalson
+ * Copyright (C) 2011-2013  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
@@ -142,7 +143,7 @@ FLAC__bool file_utils__generate_flacfile(FLAC__bool is_ogg, const char *output_f
        FLAC__stream_encoder_delete(encoder);
 
        if(0 != output_filesize) {
-               struct _flac_stat filestats;
+               struct flac_stat_s filestats;
 
                if(flac_stat(output_filename, &filestats) != 0)
                        return false;