update with new semantics for padding block creation
[platform/upstream/flac.git] / src / flac / encode.h
index df2a08e..0676ecc 100644 (file)
@@ -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;