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/w32codec.c | |
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/w32codec.c')
-rw-r--r-- | src/libw32dll/w32codec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c index 950f455e8..774dae12c 100644 --- a/src/libw32dll/w32codec.c +++ b/src/libw32dll/w32codec.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: w32codec.c,v 1.44 2001/11/16 17:55:20 miguelfreitas Exp $ + * $Id: w32codec.c,v 1.45 2001/11/16 20:21:09 miguelfreitas Exp $ * * routines for using w32 codecs * DirectShow support by Miguel Freitas (Nov/2001) @@ -85,7 +85,7 @@ typedef struct w32v_decoder_s { int decoder_ok; BITMAPINFOHEADER bih, o_bih; - char scratch1[10]; /* some codecs overflow o_bih */ + char scratch1[16]; /* some codecs overflow o_bih */ HIC hic; int yuv_supported ; int yuv_hack_needed ; |