X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma.h;h=b260feb99d76ea58511696cd0c04ddb4ec01b26c;hp=15b9c5d492560f2c6532935460cc7ca4f38ca571;hb=8f69a1302a52163c61142531c4a6944510c3ec12;hpb=837cd1ab890645d9fd7d0d85139fdf076d987ea4 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 */