comparison allcodecs.c @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents 583b6ac45c07
children 4007989367bc
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
33 void avcodec_register_all(void) 33 void avcodec_register_all(void)
34 { 34 {
35 static int inited = 0; 35 static int inited = 0;
36 36
37 if (inited != 0) 37 if (inited != 0)
38 return; 38 return;
39 inited = 1; 39 inited = 1;
40 40
41 /* encoders */ 41 /* encoders */
42 #ifdef CONFIG_ENCODERS 42 #ifdef CONFIG_ENCODERS
43 #ifdef CONFIG_AC3_ENCODER 43 #ifdef CONFIG_AC3_ENCODER