[vlc-commits] TS demux: remove unneeded header and add comment
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 23 13:58:22 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 23 13:57:50 2011 +0200| [73f33a0eebf01b3afd40943c754a367bda467336] | committer: Jean-Baptiste Kempf
TS demux: remove unneeded header and add comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73f33a0eebf01b3afd40943c754a367bda467336
---
modules/demux/ts.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 9a7611a..441fb9b 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -35,15 +35,14 @@
#include <assert.h>
-#include <vlc_access.h> /* DVB-specific things */
+#include <vlc_access.h> /* DVB-specific things */
#include <vlc_demux.h>
#include <vlc_meta.h>
#include <vlc_epg.h>
+#include <vlc_charset.h> /* FromCharset, for EIT */
-#include <vlc_iso_lang.h>
-#include <vlc_network.h>
-#include <vlc_charset.h>
-#include <vlc_fs.h>
+#include <vlc_network.h> /* net_ for ts-out mode */
+#include <vlc_fs.h> /* vlc_fopen for file-dump mode */
#include "../mux/mpeg/csa.h"
More information about the vlc-commits
mailing list