comparison libmpcodecs/mp_image.h @ 26147:41652035483c

Add necessary header #includes to fix 'make checkheaders'.
author diego
date Thu, 06 Mar 2008 08:34:50 +0000
parents 4129c8cfa742
children 134689b7b548
comparison
equal deleted inserted replaced
26146:20a126aaa756 26147:41652035483c
1 #ifndef MPLAYER_MP_IMAGE_H 1 #ifndef MPLAYER_MP_IMAGE_H
2 #define MPLAYER_MP_IMAGE_H 2 #define MPLAYER_MP_IMAGE_H
3
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <string.h>
3 7
4 //--------- codec's requirements (filled by the codec/vf) --------- 8 //--------- codec's requirements (filled by the codec/vf) ---------
5 9
6 //--- buffer content restrictions: 10 //--- buffer content restrictions:
7 // set if buffer content shouldn't be modified: 11 // set if buffer content shouldn't be modified: