[cvs] / xvidcore / dshow / src / CXvidDecoder.cpp Repository:
ViewVC logotype

Diff of /xvidcore/dshow/src/CXvidDecoder.cpp

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

revision 1.1.2.19, Sat Feb 28 07:24:34 2004 UTC revision 1.1.2.20, Sun Feb 29 04:45:19 2004 UTC
# Line 418  Line 418 
418                  VIDEOINFOHEADER * vih = (VIDEOINFOHEADER *) mtOut->ReallocFormatBuffer(sizeof(VIDEOINFOHEADER));                  VIDEOINFOHEADER * vih = (VIDEOINFOHEADER *) mtOut->ReallocFormatBuffer(sizeof(VIDEOINFOHEADER));
419                  if (vih == NULL) return E_OUTOFMEMORY;                  if (vih == NULL) return E_OUTOFMEMORY;
420    
421                  ZeroMemory(vih, sizeof (VIDEOINFOHEADER2));                  ZeroMemory(vih, sizeof (VIDEOINFOHEADER));
422                  bmih = &(vih->bmiHeader);                  bmih = &(vih->bmiHeader);
423                  mtOut->SetFormatType(&FORMAT_VideoInfo);                  mtOut->SetFormatType(&FORMAT_VideoInfo);
424          }          }

Legend:
Removed from v.1.1.2.19  
changed lines
  Added in v.1.1.2.20

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