diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-10-13 14:52:53 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-10-13 14:52:53 +0000 |
commit | 0cc7195ba1b662c17f4ba706847f3b00e717d875 (patch) | |
tree | b2618304be5d291a39e27d6c14dd11261774c108 /src/input/input_plugin.h | |
parent | cbad731a5de845631bf527c99d8574b8486dea0e (diff) | |
download | xine-lib-0cc7195ba1b662c17f4ba706847f3b00e717d875.tar.gz xine-lib-0cc7195ba1b662c17f4ba706847f3b00e717d875.tar.bz2 |
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
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 12 |
1 files changed, 11 insertions, 1 deletions
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 @@ -228,6 +228,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: * input plugin knows something about audio/spu languages, |