comparison vmnc.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 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
27 */ 27 */
28 28
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 31
32 #include "common.h"
33 #include "avcodec.h" 32 #include "avcodec.h"
34 33
35 enum EncTypes { 34 enum EncTypes {
36 MAGIC_WMVd = 0x574D5664, 35 MAGIC_WMVd = 0x574D5664,
37 MAGIC_WMVe, 36 MAGIC_WMVe,