diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-16 20:21:09 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-16 20:21:09 +0000 |
commit | 0060f995c1d7c52b5c5748bdecefe78c962c60e8 (patch) | |
tree | d0637762c29aaf1a03bad688f8f39f7110fa015b /src/libw32dll/DirectShow/guids.h | |
parent | eeea841578de895ceea1e3bc478de87218d1508a (diff) | |
download | xine-lib-0060f995c1d7c52b5c5748bdecefe78c962c60e8.tar.gz xine-lib-0060f995c1d7c52b5c5748bdecefe78c962c60e8.tar.bz2 |
latest directshow updating. including a hack to make WMV8 work!
CVS patchset: 1050
CVS date: 2001/11/16 20:21:09
Diffstat (limited to 'src/libw32dll/DirectShow/guids.h')
-rw-r--r-- | src/libw32dll/DirectShow/guids.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libw32dll/DirectShow/guids.h b/src/libw32dll/DirectShow/guids.h index a2525848a..165119a82 100644 --- a/src/libw32dll/DirectShow/guids.h +++ b/src/libw32dll/DirectShow/guids.h @@ -43,7 +43,8 @@ typedef struct tagVIDEOINFOHEADER { unsigned long dwBitRate; // Approximate bit data rate unsigned long dwBitErrorRate; // Bit error rate for this stream REFERENCE_TIME AvgTimePerFrame; // Average time per frame (100ns units) - BITMAPINFOHEADER bmiHeader; + BITMAPINFOHEADER bmiHeader; + int spare[4]; } VIDEOINFOHEADER; typedef struct _AllocatorProperties |