[svn] / trunk / xvidcore / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/src/codec.c

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

revision 1887, Mon May 10 13:50:46 2010 UTC revision 1890, Tue Aug 10 14:17:40 2010 UTC
# Line 999  Line 999 
999    
1000  LRESULT decompress_begin(CODEC * codec, BITMAPINFO * lpbiInput, BITMAPINFO * lpbiOutput)  LRESULT decompress_begin(CODEC * codec, BITMAPINFO * lpbiInput, BITMAPINFO * lpbiOutput)
1001  {  {
1002            BITMAPINFOHEADER * inhdr = &lpbiInput->bmiHeader;
1003          xvid_gbl_init_t init;          xvid_gbl_init_t init;
1004          xvid_dec_create_t create;          xvid_dec_create_t create;
1005          HKEY hKey;          HKEY hKey;
# Line 1015  Line 1016 
1016          create.version = XVID_VERSION;          create.version = XVID_VERSION;
1017          create.width = lpbiInput->bmiHeader.biWidth;          create.width = lpbiInput->bmiHeader.biWidth;
1018          create.height = lpbiInput->bmiHeader.biHeight;          create.height = lpbiInput->bmiHeader.biHeight;
1019            create.fourcc = inhdr->biCompression;
1020    
1021          switch(codec->xvid_decore_func(0, XVID_DEC_CREATE, &create, NULL))          switch(codec->xvid_decore_func(0, XVID_DEC_CREATE, &create, NULL))
1022          {          {

Legend:
Removed from v.1887  
changed lines
  Added in v.1890

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