From f4a2d722aa8f666e863476b95e1e2cbe92d8146b Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 6 May 2022 14:39:31 +0200 Subject: avformat/internal: Move muxing-only functions to new mux.h header Signed-off-by: Andreas Rheinhardt --- libavdevice/xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/xv.c') diff --git a/libavdevice/xv.c b/libavdevice/xv.c index a346f8e306..348c289bea 100644 --- a/libavdevice/xv.c +++ b/libavdevice/xv.c @@ -35,7 +35,7 @@ #include "libavutil/opt.h" #include "libavutil/pixdesc.h" #include "libavutil/imgutils.h" -#include "libavformat/internal.h" +#include "libavformat/mux.h" #include "avdevice.h" typedef struct { -- cgit v1.2.3