X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Finput_ext-intf.h;h=95bca3c99633a85e3d0977192965d057fa2428ee;hb=d9043cc6198ca8063564c8e925876b03035344c2;hp=68a979a1c63de61d5b680e38ae226a80dc7e06a9;hpb=3b6ac5b076589b723348b4c607f605f5c08e80df;p=vlc diff --git a/include/input_ext-intf.h b/include/input_ext-intf.h index 68a979a1c6..95bca3c996 100644 --- a/include/input_ext-intf.h +++ b/include/input_ext-intf.h @@ -4,7 +4,7 @@ * control the pace of reading. ***************************************************************************** * Copyright (C) 1999, 2000, 2003 VideoLAN - * $Id: input_ext-intf.h,v 1.104 2004/01/26 23:07:16 fenrir Exp $ + * $Id$ * * Authors: Christophe Massiot * @@ -297,6 +297,7 @@ struct input_thread_t /* Thread properties */ vlc_bool_t b_eof; + vlc_bool_t b_out_pace_control; /* Access module */ module_t * p_access;