diff libvo/vosub_vidix.c @ 5607:1972c3475d93

mp_image.h and img_format.h moved to libmpcodecs
author arpi
date Sat, 13 Apr 2002 19:14:34 +0000
parents e01c664def74
children 16186e365197
line wrap: on
line diff
--- a/libvo/vosub_vidix.c	Sat Apr 13 18:23:23 2002 +0000
+++ b/libvo/vosub_vidix.c	Sat Apr 13 19:14:34 2002 +0000
@@ -29,9 +29,9 @@
 #include "fastmemcpy.h"
 #include "osd.h"
 #include "video_out.h"
-#include "../mp_image.h"
 
 #include "../libmpcodecs/vfcap.h"
+#include "../libmpcodecs/mp_image.h"
 
 #define NUM_FRAMES VID_PLAY_MAXFRAMES /* Temporary: driver will overwrite it */
 #define UNUSED(x) ((void)(x)) /* Removes warning about unused arguments */