summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.c2
-rw-r--r--stream/tv.h2
-rw-r--r--stream/tvi_bsdbt848.c2
-rw-r--r--stream/tvi_dummy.c2
-rw-r--r--stream/tvi_v4l.c2
-rw-r--r--stream/tvi_v4l2.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/stream/tv.c b/stream/tv.c
index e4161e67c1..2a95db7b76 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -29,7 +29,7 @@ int tv_param_on = 0;
#include "libmpdemux/stheader.h"
#include "libaf/af_format.h"
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "libvo/fastmemcpy.h"
#include "tv.h"
diff --git a/stream/tv.h b/stream/tv.h
index 6a4f03b98d..3a2d6abfb3 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -5,7 +5,7 @@ extern int tv_param_on;
#ifdef USE_TV
//#include "libao2/afmt.h"
-//#include "libvo/img_format.h"
+//#include "libmpcodecs/img_format.h"
//#include "libvo/fastmemcpy.h"
//#include "mp_msg.h"
diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c
index 7732d017de..2c13f90bc1 100644
--- a/stream/tvi_bsdbt848.c
+++ b/stream/tvi_bsdbt848.c
@@ -63,7 +63,7 @@
#endif
#include "libaf/af_format.h"
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "tv.h"
/* information about this file */
diff --git a/stream/tvi_dummy.c b/stream/tvi_dummy.c
index 152ce0938c..8dcf7f89c1 100644
--- a/stream/tvi_dummy.c
+++ b/stream/tvi_dummy.c
@@ -5,7 +5,7 @@
#include "config.h"
#include <stdio.h>
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "tv.h"
/* information about this file */
diff --git a/stream/tvi_v4l.c b/stream/tvi_v4l.c
index 1fa3874228..f12ffa77e3 100644
--- a/stream/tvi_v4l.c
+++ b/stream/tvi_v4l.c
@@ -40,7 +40,7 @@
#include "mp_msg.h"
#include "libaf/af_format.h"
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "libvo/fastmemcpy.h"
#include "libvo/videodev_mjpeg.h"
diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c
index 049d34e37c..8456fe7211 100644
--- a/stream/tvi_v4l2.c
+++ b/stream/tvi_v4l2.c
@@ -41,7 +41,7 @@ known issues:
#include <linux/types.h>
#include <linux/videodev2.h>
#include "mp_msg.h"
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "libaf/af_format.h"
#include "tv.h"
#include "audio_in.h"