about summary refs log tree commit
path: root/src/flac/encode.h
diff options
context:
space:
mode:
authorjcoalson <jcoalson>2002-05-17 06:16:52 +0000
committerjcoalson <jcoalson>2002-05-17 06:16:52 +0000
commit9bcb18c40f4482a4f389e60abddeec0a07ca93c8 (patch)
treec13bc3051b590a37125df7375c21863c3190c8d4 /src/flac/encode.h
parent828af85f4ddb8037fceec6849c6f53a6cf773d12 (diff)
downloadflac-arm-1.1.3-9bcb18c40f4482a4f389e60abddeec0a07ca93c8.tar.gz
update with new semantics for padding block creation
Diffstat (limited to 'src/flac/encode.h')
-rw-r--r--src/flac/encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac/encode.h b/src/flac/encode.h
index df2a08e2..0676ecc3 100644
--- a/src/flac/encode.h
+++ b/src/flac/encode.h
@@ -40,7 +40,7 @@ typedef struct {
         unsigned max_lpc_order;
         unsigned blocksize;
         unsigned qlp_coeff_precision;
-        unsigned padding;
+        int padding;
         char *requested_seek_points;
         int num_requested_seek_points;
 } encode_options_t;