server: Move afs_pid out of mmd struct.
[paraslash.git] / wma.h
diff --git a/wma.h b/wma.h
index 15b9c5d492560f2c6532935460cc7ca4f38ca571..b260feb99d76ea58511696cd0c04ddb4ec01b26c 100644 (file)
--- a/wma.h
+++ b/wma.h
@@ -28,6 +28,8 @@ struct asf_header_info {
        bool use_bit_reservoir;
        /** Whether blocks are of variable or of constant size. */
        bool use_variable_block_len;
+       /** Obtained from the file properties object. */
+       uint32_t packet_size;
 };
 
 /* wma_common.c */