diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_plugin.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 0e6edf2ed..eff5fd3d7 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.37 2002/11/17 17:48:47 mroi Exp $ + * $Id: input_plugin.h,v 1.38 2002/11/18 11:36:28 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -189,13 +189,6 @@ struct input_plugin_s { #define INPUT_CAP_AUDIOLANG 0x00000008 #define INPUT_CAP_SPULANG 0x00000010 -/* - * INPUT_CAP_VARIABLE_BITRATE: - * FIXME: ??? - */ - -#define INPUT_CAP_VARIABLE_BITRATE 0x00000020 - /* * INPUT_CAP_PREVIEW: * get_optional_data can handle INPUT_OPTIONAL_DATA_PREVIEW |