diff src/flacng/flacng.h @ 1041:7d7f77129c75 trunk

[svn] - Do not complain about errors in the stream while testing a file
author ertzing
date Wed, 16 May 2007 13:00:14 -0700
parents 2f742d127b3e
children a9a97179a1f9
line wrap: on
line diff
--- a/src/flacng/flacng.h	Wed May 16 04:10:36 2007 -0700
+++ b/src/flacng/flacng.h	Wed May 16 13:00:14 2007 -0700
@@ -88,6 +88,7 @@
     gboolean metadata_changed;
     struct frame_info frame;
     glong read_max;
+    gboolean testing;
     gchar* name;
 } callback_info;