diff options
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tv.c | 2 | ||||
-rw-r--r-- | stream/tvi_bsdbt848.c | 2 | ||||
-rw-r--r-- | stream/tvi_v4l2.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/stream/tv.c b/stream/tv.c index 10ae7132f5..57a94fdf82 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -41,7 +41,7 @@ #include "libmpdemux/demuxer.h" #include "libmpdemux/stheader.h" -#include "libaf/af_format.h" +#include "libaf/format.h" #include "libmpcodecs/img_format.h" #include "libavutil/avstring.h" #include "osdep/timer.h" diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c index 9e2a77a542..0286c0ed05 100644 --- a/stream/tvi_bsdbt848.c +++ b/stream/tvi_bsdbt848.c @@ -78,7 +78,7 @@ #endif #endif -#include "libaf/af_format.h" +#include "libaf/format.h" #include "libmpcodecs/img_format.h" #include "tv.h" #include "mp_msg.h" diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index 0490677961..4a5a2d4141 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -57,7 +57,7 @@ known issues: #endif #include "mp_msg.h" #include "libmpcodecs/img_format.h" -#include "libaf/af_format.h" +#include "libaf/format.h" #include "tv.h" #include "audio_in.h" |