|
@@ -26,11 +26,11 @@
|
|
|
#include <malloc.h>
|
|
|
#endif
|
|
|
|
|
|
-#include "libmpcodecs/img_format.h"
|
|
|
-#include "libmpcodecs/mp_image.h"
|
|
|
+#include "img_format.h"
|
|
|
+#include "mp_image.h"
|
|
|
|
|
|
#include "libvo/fastmemcpy.h"
|
|
|
-#include "libavutil/mem.h"
|
|
|
+//#include "libavutil/mem.h"
|
|
|
|
|
|
void mp_image_alloc_planes(mp_image_t *mpi) {
|
|
|
// IF09 - allocate space for 4. plane delta info - unused
|