]> git.sesse.net Git - vlc/blobdiff - include/vlc_demux.h
Sync PO files
[vlc] / include / vlc_demux.h
index 1f8e25f92c17fba6cc335aa28d72069f6b5e8010..e7a39da157c48b290f7111d814864dbe14503581 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 #ifndef _VLC_DEMUX_H
 #define _VLC_DEMUX_H 1
 
@@ -108,7 +104,7 @@ enum demux_query_e
     DEMUX_SET_GROUP,            /* arg1= int            can fail */
 
     /* Ask the demux to demux until the given date at the next pf_demux call
-     * but not more (and not less, at the precision avaiable of course).
+     * but not more (and not less, at the precision available of course).
      * XXX: not mandatory (except for subtitle demux) but I will help a lot
      * for multi-input
      */