comparison kmvc.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents b3ee9a1526b0
children bff60ecc02f9
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
26 */ 26 */
27 27
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <stdlib.h> 29 #include <stdlib.h>
30 30
31 #include "common.h"
32 #include "avcodec.h" 31 #include "avcodec.h"
33 32
34 #define KMVC_KEYFRAME 0x80 33 #define KMVC_KEYFRAME 0x80
35 #define KMVC_PALETTE 0x40 34 #define KMVC_PALETTE 0x40
36 #define KMVC_METHOD 0x0F 35 #define KMVC_METHOD 0x0F