comparison vp56.h @ 4078:6a10cc9adb8a libavcodec

Don't include inttypes.h/stdint.h directly, there is an abstraction in libavutil/common.h for platforms with no inttypes.h. patch by Steve Lhomme, slhomme divxcorp com
author diego
date Tue, 24 Oct 2006 18:57:43 +0000
parents c8c591fe26f8
children 74b476185cd1
comparison
equal deleted inserted replaced
4077:fc1235327725 4078:6a10cc9adb8a
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef VP56_H 24 #ifndef VP56_H
25 #define VP56_H 25 #define VP56_H
26
27 #include <stdint.h>
28 26
29 #include "vp56data.h" 27 #include "vp56data.h"
30 #include "dsputil.h" 28 #include "dsputil.h"
31 #include "mpegvideo.h" 29 #include "mpegvideo.h"
32 30