comparison libmpcodecs/mp_image.h @ 34174:a93891202051

Add missing mp_msg.h #includes, remove some unnecessary ones.
author diego
date Wed, 26 Oct 2011 15:12:35 +0000
parents 7af3e6f901fd
children b371a630600c
comparison
equal deleted inserted replaced
34173:a5d8b198c214 34174:a93891202051
20 #define MPLAYER_MP_IMAGE_H 20 #define MPLAYER_MP_IMAGE_H
21 21
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <stdlib.h> 23 #include <stdlib.h>
24 #include <string.h> 24 #include <string.h>
25 #include "mp_msg.h"
26 25
27 //--------- codec's requirements (filled by the codec/vf) --------- 26 //--------- codec's requirements (filled by the codec/vf) ---------
28 27
29 //--- buffer content restrictions: 28 //--- buffer content restrictions:
30 // set if buffer content shouldn't be modified: 29 // set if buffer content shouldn't be modified: