[cvs] / xvidcore / dshow / src / config.c Repository:
ViewVC logotype

Diff of /xvidcore/dshow/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11, Sat Dec 18 10:16:46 2010 UTC revision 1.12, Wed Dec 22 15:21:13 2010 UTC
# Line 55  Line 55 
55          REG_GET_N("Videoinfo_Compat",  g_config.videoinfo_compat, 0)          REG_GET_N("Videoinfo_Compat",  g_config.videoinfo_compat, 0)
56          REG_GET_N("Decoder_Aspect_Ratio",  g_config.aspect_ratio, 0)          REG_GET_N("Decoder_Aspect_Ratio",  g_config.aspect_ratio, 0)
57          REG_GET_N("num_threads",  g_config.num_threads, 0)          REG_GET_N("num_threads",  g_config.num_threads, 0)
58            REG_GET_N("cpu_flags", g_config.cpu, 0)
59    
60          RegCloseKey(hKey);          RegCloseKey(hKey);
61  }  }
# Line 90  Line 91 
91          REG_SET_N("Supported_4CC",  g_config.supported_4cc);          REG_SET_N("Supported_4CC",  g_config.supported_4cc);
92          REG_SET_N("Videoinfo_Compat",  g_config.videoinfo_compat);          REG_SET_N("Videoinfo_Compat",  g_config.videoinfo_compat);
93          REG_SET_N("Decoder_Aspect_Ratio", g_config.aspect_ratio);          REG_SET_N("Decoder_Aspect_Ratio", g_config.aspect_ratio);
94            REG_SET_N("num_threads",  g_config.num_threads);
95    
96          RegCloseKey(hKey);          RegCloseKey(hKey);
97  }  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4