]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
move src/parsers.h to src/parsers/parsers.h
authorJaroslav Kysela <perex@perex.cz>
Thu, 8 Mar 2018 15:07:11 +0000 (16:07 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Mar 2018 17:05:29 +0000 (18:05 +0100)
src/input/mpegts/dvb_psi.c
src/input/mpegts/dvb_psi_hbbtv.c
src/input/mpegts/tsdemux.c
src/muxer/muxer_libav.c
src/muxer/muxer_mkv.c
src/parsers/parsers.h [moved from src/parsers.h with 100% similarity]
src/subscriptions.c
src/transcoding/transcode/helpers.c

index 6c0f81c8418ed9446ae4da72b3395132bf25e26c..dd7007cef56ed4cf80f875e89abb8296536b5f9b 100644 (file)
@@ -21,7 +21,6 @@
 #include "dvb.h"
 #include "dvb_psi_pmt.h"
 #include "tsdemux.h"
-#include "parsers.h"
 #include "lang_codes.h"
 #include "service.h"
 #include "dvb_charset.h"
index ea3ae628cfd922013676a5e24e352d3d120c00c5..6f25b260d4e053d5ca8a001ec67d30ce63183cb6 100644 (file)
@@ -17,8 +17,7 @@
  */
 
 #include "tvheadend.h"
-#include "streaming.h"
-#include "parsers.h"
+#include "service.h"
 #include "tsdemux.h"
 #include "htsmsg.h"
 #include "htsmsg_binary.h"
index d35859addf0962d97fb4ccb6f3f5ae25ec512cc7..abd6f7906ba7a31666301f302b84c979d280afff 100644 (file)
 
 #include "tvheadend.h"
 #include "subscriptions.h"
-#include "parsers.h"
 #include "streaming.h"
 #include "input.h"
-#include "parsers/parser_teletext.h"
 #include "tsdemux.h"
 
 #define TS_REMUX_BUFSIZE (188 * 100)
index 914d83e213d5454ceba91703f1f6787e712dbee5..c16e3b8f1ade4f53219e4ab50f8ccd69be85f6dd 100644 (file)
@@ -28,7 +28,7 @@
 #include "channels.h"
 #include "libav.h"
 #include "muxer_libav.h"
-#include "parsers.h"
+#include "parsers/parsers.h"
 #include "parsers/parser_avc.h"
 #include "parsers/parser_hevc.h"
 
index 7a8ad01793669b7933eb1907c550ed2cf04e2486..e3ac60f340cb7eca7d9fa0d3be17163e6be01eba 100644 (file)
@@ -38,7 +38,7 @@
 #include "ebml.h"
 #include "lang_codes.h"
 #include "epg.h"
-#include "parsers.h"
+#include "parsers/parsers.h"
 #include "parsers/parser_avc.h"
 #include "parsers/parser_hevc.h"
 #include "muxer_mkv.h"
similarity index 100%
rename from src/parsers.h
rename to src/parsers/parsers.h
index ecf1f421b4c30b68ba43ef2c1cdd62aaafe28859..b763f280f5dbaee87ae36a4ccf7de4355e142749 100644 (file)
@@ -34,7 +34,7 @@
 #include "tvheadend.h"
 #include "subscriptions.h"
 #include "streaming.h"
-#include "parsers.h"
+#include "parsers/parsers.h"
 #include "channels.h"
 #include "service.h"
 #include "profile.h"
index 918c863b0b91ea69ef5c9f8296022c972b7ae233..ce31363408a992447d09a1ea9c24f745a0421582 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "internals.h"
 
-#include "parsers.h"
+#include "parsers/parsers.h"
 #include "parsers/bitstream.h"
 #include "parsers/parser_avc.h"
 #include "parsers/parser_h264.h"