X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma.h;h=b260feb99d76ea58511696cd0c04ddb4ec01b26c;hp=15b9c5d492560f2c6532935460cc7ca4f38ca571;hb=ac9f8fc0b4a20b3ec1d205029ef61321174d15b6;hpb=ba3cef172b3f905315c0279d0a664df4d1db149c diff --git a/wma.h b/wma.h index 15b9c5d4..b260feb9 100644 --- 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 */