about summary refs log tree commit
path: root/src/flac/encode.h
diff options
context:
space:
mode:
authorjcoalson <jcoalson>2004-07-16 01:05:28 +0000
committerjcoalson <jcoalson>2004-07-16 01:05:28 +0000
commitcdc0216242406ef9391a6f8f1c69f24c70d18958 (patch)
tree3b93aad55a51c38ce68dd25dff13bc69188d3a50 /src/flac/encode.h
parentd6bb54e5a031b462824a5f199c13d1023872bb5d (diff)
downloadflac-arm-1.1.3-cdc0216242406ef9391a6f8f1c69f24c70d18958.tar.gz
make --serial-number or the default random serial number apply only to the first stream, and increment it for subsequent streams
Diffstat (limited to 'src/flac/encode.h')
-rw-r--r--src/flac/encode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flac/encode.h b/src/flac/encode.h
index eb0fe555..1f7e5a2a 100644
--- a/src/flac/encode.h
+++ b/src/flac/encode.h
@@ -33,7 +33,6 @@ typedef struct {
         FLAC__bool verify;
 #ifdef FLAC__HAS_OGG
         FLAC__bool use_ogg;
-        FLAC__bool has_serial_number;
         long serial_number;
 #endif
         FLAC__bool lax;