filter/convert: remove unused attribute

This commit is contained in:
Max Kellermann 2013-01-31 00:31:24 +01:00
parent 361404fd59
commit 3c2b464dfa

View File

@ -34,11 +34,6 @@
struct ConvertFilter {
struct filter base;
/**
* The current convert, from 0 to #PCM_CONVERT_1.
*/
unsigned convert;
/**
* The input audio format; PCM data is passed to the filter()
* method in this format.