From 0cc7195ba1b662c17f4ba706847f3b00e717d875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 13 Oct 2003 14:52:53 +0000 Subject: Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs. CVS patchset: 5507 CVS date: 2003/10/13 14:52:53 --- src/input/input_plugin.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 4377ae51a..6a8cf099d 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.51 2003/08/21 00:37:29 miguelfreitas Exp $ + * $Id: input_plugin.h,v 1.52 2003/10/13 14:52:53 valtri Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -227,6 +227,16 @@ struct input_plugin_s { #define INPUT_CAP_BLOCK 0x00000002 +/* + * INPUT_CAP_SLOW_SEEK: + * it's set when seeking to end is impossible or problematic + * because of low bandwidth, + * used for non-seekable streams with seeking emulated + * by the RIP input plugin + */ + +#define INPUT_CAP_SLOW_SEEK 0x00000004 + /* * INPUT_CAP_AUDIOLANG: * INPUT_CAP_SPULANG: -- cgit v1.2.3