]> git.sesse.net Git - vlc/commitdiff
. r�paration d'un oubli
authorSam Hocevar <sam@videolan.org>
Thu, 15 Jun 2000 00:26:54 +0000 (00:26 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 15 Jun 2000 00:26:54 +0000 (00:26 +0000)
include/input_ps.h [new file with mode: 0644]
src/input/input_file.c
src/interface/main.c

diff --git a/include/input_ps.h b/include/input_ps.h
new file mode 100644 (file)
index 0000000..dc6a345
--- /dev/null
@@ -0,0 +1,31 @@
+/*****************************************************************************
+ * input_file.h: file input method
+ *****************************************************************************
+ * Copyright (C) 1999, 2000 VideoLAN
+ *
+ * Authors:
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+
+/*****************************************************************************
+ * Prototypes
+ *****************************************************************************/
+
+#define REQUESTED_AC3          0
+#define REQUESTED_MPEG         1
+#define REQUESTED_LPCM         2
+#define REQUESTED_NOAUDIO    255
+
index 8803bc501a03f8c570f05d5a122efd7030f1460f..9f5b9ea8fb5427319302fc8b56224d498824f47b 100644 (file)
@@ -44,6 +44,7 @@
 #include "main.h"
 
 #include "input.h"
+#include "input_ps.h"
 #include "input_file.h"
 
 #define BUF_SIZE (797*3)
 #define MAX_SUBTITLES_CHANNEL 31
 #define NO_SUBTITLES 255
 
-#define REQUESTED_AC3          0
-#define REQUESTED_MPEG         1
-#define REQUESTED_LPCM         2
-#define REQUESTED_NOAUDIO    255
-
 #define PS_BUFFER_SIZE 16384
 #define NO_PES 0
 #define AUDIO_PES 1
index 6265f8057ee282380bad222d88eb596b1f0f306f..ca92bc6c7f647aca57ee3926b76265fa0fcf60b0 100644 (file)
@@ -41,7 +41,7 @@
 #include "mtime.h"
 #include "plugins.h"
 #include "input_vlan.h"
-#include "input_file.h"
+#include "input_ps.h"
 
 #include "intf_msg.h"
 #include "interface.h"